-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.12 KB
/
package.json
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
{
"name": "bot-splinters",
"version": "4.0.0",
"description": "updating battles stats so that now battles are stored under the mana of the highest team mana in the data file. hence the 99 manacap will be removed in the file.\nrun `_cleanUpBattle.js`\n update your battleData after updating",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/azarmadr/bot-splinters.git"
},
"keywords": [
"bot"
],
"author": "madr",
"license": "ISC",
"bugs": {
"url": "https://github.com/azarmadr/bot-splinters/issues"
},
"homepage": "https://github.com/azarmadr/bot-splinters#readme",
"dependencies": {
"array-keyed-map": "^2.1.3",
"better-sqlite3": "^7.6.2",
"dotenv": "^16.0.1",
"jsonfile": "^6.1.0",
"minimist": "^1.2.6",
"puppeteer": "^15.3.2",
"ramda": "^0.28.0",
"ramda-adjunct": "^3.2.0",
"sync-fetch": "^0.4.1"
},
"devDependencies": {
"asciichart": "^1.5.25",
"cytoscape": "^3.22.0",
"eslint": "^8.19.0",
"eslint-plugin-fp": "^2.3.0",
"jest": "^28.1.2",
"parcel": "^2.6.2"
}
}