Files
bitburner-scripts/package.json
2024-08-11 12:10:55 +02:00

26 lines
672 B
JSON

{
"name": "bb-external-editor",
"version": "1.1.0",
"description": "template for external editors for the game bitburner",
"main": "index.js",
"scripts": {
"start": "node ./build.mjs"
},
"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/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"esbuild": "^0.23.0",
"esbuild-bitburner-plugin": "^1.6.0"
}
}