-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 786 Bytes
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
{
"name": "stock-oracle",
"version": "0.1.2",
"description": "Predict stock prices using neural networks trained on historical price data.",
"repository": "https://github.com/losparviero/stock-price-prediction.git",
"main": "lib/index.js",
"bin": {
"predict": "./lib/index.js"
},
"type": "module",
"scripts": {
"start": "npm install && node lib/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Zubin",
"email": "me@zubin.org.in",
"url": "https://zubin.org.in"
},
"license": "AGPL-3.0",
"dependencies": {
"axios": "^1.4.0",
"brain.js": "^2.0.0-beta.23",
"dotenv": "^16.3.1",
"gpu.js": "^2.16.0",
"input": "^1.0.1",
"ioredis": "^5.3.2",
"minmaxscaler": "^1.0.1"
}
}