-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.26 KB
/
package.json
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
{
"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": "[email protected]:opendatasoft/ods-dataviz-sdk.git"
},
"bugs": {
"url": "https://github.com/opendatasoft/ods-dataviz-sdk/issues"
},
"workspaces": [
"packages/*"
],
"scripts": {
"build-ci": "npm ci --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.2",
"nx": "^19.2.3"
},
"dependencies": {
"-": "^0.0.1"
}
}