-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.04 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
{
"name": "bitburner-scripts",
"version": "0.1.0",
"description": "scripts for the open source hacking game, Bitburner",
"main": "index.js",
"scripts": {
"start": "node ./config.mjs",
"lint": "eslint --fix --max-warnings 0 servers",
"lint:report": "eslint --max-warnings 0 servers"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nerdpie/bitburner-scripts.git"
},
"author": "Nerdpie",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nerdpie/bitburner-scripts/issues"
},
"homepage": "https://github.com/Nerdpie/bitburner-scripts#readme",
"dependencies": {
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/sprintf-js": "^1.1.4",
"esbuild": "^0.23.1",
"esbuild-bitburner-plugin": "^1.6.1",
"eslint": "^9.17.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"sprintf-js": "^1.1.3",
"typescript-eslint": "^8.19.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0"
}
}