-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.05 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
{
"name": "ultimate-splinterlands-bot-mobile",
"version": "0.4.2",
"description": "Mobile version of ultimate splinterlands bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --max-old-space-size=8192 index.js "
},
"author": "virgaux",
"license": "GPL-3.0",
"dependencies": {
"axios": "^0.22.0",
"chalk": "^4.1.2",
"cross-fetch": "^3.1.4",
"dimas-kmeans": "^1.0.3",
"dotenv": "^8.2.0",
"hierarchical-clustering": "^1.1.0",
"minimist": ">=1.2.3",
"moment": "^2.29.1",
"node-fetch": "^2.6.1",
"pg": "^8.0.3",
"puppeteer": "^10.1.0",
"telebot": "^1.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/virgaux/ultimate-splinterlands-bot-mobile.git"
},
"keywords": [
"bot",
"splinterlands"
],
"bugs": {
"url": "https://github.com/virgaux/ultimate-splinterlands-bot-mobile/issues"
},
"homepage": "https://github.com/virgaux/ultimate-splinterlands-bot-mobile#readme",
"devDependencies": {}
}