forked from SlyCedix/bitburner-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 809 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
30
{
"name": "bitburner-scripts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "npx tsc -w",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"defs": "node ./updateDefs.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SlyCedix/bitburner-scripts.git"
},
"author": "SlyCedix",
"bugs": {
"url": "https://github.com/SlyCedix/bitburner-scripts/issues"
},
"homepage": "https://github.com/SlyCedix/bitburner-scripts#readme",
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/node": "^16.4.3",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"eslint": "^7.31.0",
"ts-node": "^9.1.1",
"typescript": "^4.3.5"
}
}