forked from IITC-CE/ingress-intel-total-conversion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 823 Bytes
/
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
{
"name": "iitc-ce",
"description": "Ingress Intel Total Conversion (Community Edition)",
"homepage": "https://iitc.app/",
"repository": "https://github.com/IITC-CE/ingress-intel-total-conversion.git",
"license": "ISC",
"private": true,
"type": "module",
"devDependencies": {
"@eslint/js": "^9.9.1",
"chai": "^4.3.6",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"jsdoc": "^4.0.4",
"mocha": "^10.1.0",
"prettier": "^3.3.3",
"taffydb": "^2.7.3",
"tui-jsdoc-template": "^1.2.2"
},
"scripts": {
"build": "npm run build:local",
"build:local": "./build.py local",
"build:mobile": "./build.py mobile",
"fileserver": "./web_server_local.py local",
"test": "mocha --exit"
}
}