-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.65 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"private": true,
"name": "ods-dataviz-sdk",
"version": "0.0.1",
"license": "MIT",
"author": "opendatasoft",
"homepage": "https://github.com/opendatasoft/ods-dataviz-sdk",
"description": "Opendatasoft librairies for Data Visualization.",
"keywords": [
"Opendatasoft",
"ODS",
"Data visualization",
"Dataviz",
"JavaScript",
"TypeScript",
"Svelte"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:opendatasoft/ods-dataviz-sdk.git"
},
"bugs": {
"url": "https://github.com/opendatasoft/ods-dataviz-sdk/issues"
},
"workspaces": [
"packages/*"
],
"scripts": {
"build-ci": "npm ci --include=optional --workspaces --include-workspace-root --install-links",
"test": "lerna run test --parallel --no-bail",
"watch": "lerna run watch --parallel --stream",
"lint": "lerna run lint:prettier:check,lint:eslint:check,lint:svelte:check --parallel --no-bail",
"lint:fix": "lerna run lint:prettier:fix,lint:eslint:fix --parallel --no-bail",
"build-package-lock": "lerna run build-package-lock",
"storybook": "lerna run --scope=@opendatasoft/visualizations-react storybook"
},
"devDependencies": {
"lerna": "8.1.9",
"nx": "^20.4.5"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "^20.4.5",
"@nx/nx-darwin-x64": "^20.4.5",
"@nx/nx-linux-x64-gnu": "^20.4.5",
"@nx/nx-win32-x64-msvc": "^20.4.5",
"@rollup/rollup-linux-x64-gnu": "^4.18.0"
},
"dependencies": {
"-": "^0.0.1"
}
}