-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1011 Bytes
/
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
46
{
"name": "@senx/warp10",
"version": "1.0.14",
"private": false,
"keywords": [
"web",
"dataviz",
"web components",
"time series",
"warp10",
"Warp 10",
"WarpScript",
"Geo Times Series",
"Times Series"
],
"description": "Warp 10™ NodeJS library",
"repository": {
"type": "git",
"url": "https://github.com/senx/node-warp10.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/senx/node-warp10/issues"
},
"main": "index.js",
"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc",
"test": "yarn build && mocha dist/tests/unitTest1.js"
},
"homepage": "https://www.warp10.io",
"author": "SenX <[email protected]>",
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.20",
"chai": "^4.2.0",
"mocha": "^8.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"dependencies": {
"dayjs": "^1.10.1",
"got": "^11.8.1"
}
}