-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.07 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
{
"name": "pre_startdate_miniproject",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeper-eng/pre_startdate_miniproject.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/zeper-eng/pre_startdate_miniproject/issues"
},
"homepage": "https://github.com/zeper-eng/pre_startdate_miniproject#readme",
"devDependencies": {
"@types/jsdom": "^27.0.0",
"@types/node": "^24.10.1",
"@types/plotly.js": "^3.0.8",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
},
"dependencies": {
"@observablehq/plot": "^0.6.17",
"@tensorflow/tfjs-node": "^4.22.0",
"axios": "^1.13.2",
"dotenv": "^17.2.3",
"jsdom": "^27.2.0",
"ml-matrix": "^6.12.1",
"ncu": "^0.2.1",
"nodejs-polars": "^0.23.0",
"plotly": "^1.0.6",
"plotly.js-dist": "^3.2.0",
"plotly.js-dist-min": "^3.2.0",
"ts-node": "^10.9.2"
}
}