-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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
{
"name": "@nti/web-charts",
"version": "0.22.0-alpha",
"description": "Components for showing charts",
"sideEffects": [
"*.scss"
],
"main": "src/index.js",
"module": "src/index.js",
"scripts": {
"test": "cmp-scripts test",
"start": "cmp-scripts start",
"clean": "cmp-scripts clean",
"check": "cmp-scripts check",
"release": "cmp-scripts release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NextThought/nti.web.charts.git"
},
"publishConfig": {
"registry": "https://npm.nextthought.com"
},
"author": "nextthought",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/NextThought/nti.web.charts/issues"
},
"homepage": "https://github.com/NextThought/nti.web.charts#readme",
"dependencies": {
"@nti/lib-dom": "NextThought/nti.lib.dom",
"@nti/lib-store-connector": "NextThought/nti.lib.store.connector",
"@nti/web-client": "NextThought/nti.web.client",
"@nti/web-commons": "NextThought/nti.web.commons",
"@nti/web-storage": "NextThought/nti.web.storage"
},
"devDependencies": {
"@nti/cmp-scripts": "^2.31.8"
}
}