-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.01 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
{
"name": "bb-external-editor",
"version": "1.0.0",
"description": "template for external editors for the game bitburner",
"scripts": {
"start": "deno -A --watch ./build.ts",
"typecheck": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shyguy1412/bb-external-editor.git"
},
"author": "Shy",
"license": "MIT",
"bugs": {
"url": "https://github.com/shyguy1412/bb-external-editor/issues"
},
"homepage": "https://github.com/shyguy1412/bb-external-editor#readme",
"dependencies": {
"@types/node": "^24.10.1",
"@types/react": "^19.2.6",
"@types/react-dom": "^17.0.26",
"acorn": "^8.15.0",
"acorn-walk": "^8.3.4",
"astring": "^1.9.0",
"esbuild": "^0.25.12",
"esbuild-wasm": "^0.25.12",
"geckosvg": "^0.0.5",
"js-untar": "^2.0.0",
"ramdodger-extension": "^1.0.1",
"react-icons": "^5.5.0",
"typescript": "^5.9.3"
}
}