-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1 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
{
"name": "nash",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest",
"gulp": "node node_modules/gulp/bin/gulp.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shehio/nash.git"
},
"author": "shehio",
"license": "MIT",
"bugs": {
"url": "https://github.com/shehio/nash/issues"
},
"homepage": "https://github.com/shehio/nash#readme",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^6.8.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-mocha": "^3.0.1",
"jest": "^29.3.1",
"mocha": "^3.5.3",
"ts-jest": "^29.0.3"
},
"dependencies": {
"@types/jest": "^29.2.5",
"gulp-typescript": "^6.0.0-alpha.1",
"mathjs": "^3.20.2",
"moment": "^2.24.0",
"probability-distributions": "^0.9.1",
"regression": "^1.4.0",
"simple-statistics": "^2.5.0",
"sync-request": "^6.1.0",
"typescript": "^4.9.4",
"yahoo-finance": "^0.2.16"
}
}