-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 836 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
{
"name": "timeseries-analysis-v2",
"version": "1.0.0",
"description": "A revamped version of the timeseries-analysis package from Julien Loutre.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --no-timeout"
},
"repository": {
"type": "git",
"url": "https://github.com/pre-vail/timeseries-analysis/tree/timeseries-analysis-v2"
},
"author": "prevail",
"license": "ISC",
"bugs": {
"url": "https://github.com/pre-vail/timeseries-analysis/issues"
},
"homepage": "https://github.com/pre-vail/timeseries-analysis/tree/timeseries-analysis-v2#readme",
"type": "module",
"devDependencies": {
"chai": "*"
},
"dependencies": {
"chalk": "^5.2.0",
"commander": "^10.0.0",
"google-image-chart": "^1.2.0",
"underscore": "^1.13.6"
}
}