-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.29 KB
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
47
48
49
50
51
52
53
54
{
"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/Project-Nash.git"
},
"author": "shehio",
"license": "MIT",
"bugs": {
"url": "https://github.com/shehio/Project-Nash/issues"
},
"homepage": "https://github.com/shehio/Project-Nash#readme",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^6.8.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-mocha": "^10.0.1",
"jest": "^29.3.1",
"mocha": "^10.2.0",
"ts-jest": "^29.0.3"
},
"dependencies": {
"@types/jest": "^29.2.5",
"gulp-typescript": "^6.0.0-alpha.1",
"mathjs": "^7.5.1",
"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"
},
"resolutions": {
"@types/node": "18.11.18",
"braces": "^3.0.3",
"flatted": "^3.4.2",
"form-data": "^2.5.6",
"micromatch": "^4.0.8",
"qs": "^6.14.2",
"serialize-javascript": "^7.0.5",
"tmp": "^0.2.6",
"tough-cookie": "^4.1.3"
}
}