-
-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 759 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 759 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
31
32
33
34
35
36
{
"name": "aviatorbot",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "node index.js",
"dev": "node index.js"
},
"keywords": [
"betting",
"betika",
"aviatorbot",
"automation",
"bettingbot",
"bettingautomation"
],
"author": "raccoon",
"license": "ISC",
"dependencies": {
"@tensorflow/tfjs": "^4.4.0",
"arima": "^0.2.5",
"chart.js": "^4.2.1",
"chartjs-adapter-date-fns": "^3.0.0",
"express": "^4.18.2",
"mysql": "^2.18.1",
"mysql2": "^3.2.1",
"process": "^0.11.10",
"puppeteer": "^19.8.5",
"puppeteer-core": "^22.3.0",
"python-shell": "^5.0.0",
"readline": "^1.3.0",
"socket.io": "^4.6.1",
"winston": "^3.17.0"
}
}