Bitburner-Scripts/package.json

27 lines
718 B
JSON
Raw Normal View History

{
"name": "bb-external-editor",
"version": "1.0.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/NilsRamstoeck/bb-external-editor.git"
},
"author": "Nils Ramstöck",
"license": "MIT",
"bugs": {
"url": "https://github.com/NilsRamstoeck/bb-external-editor/issues"
},
"homepage": "https://github.com/NilsRamstoeck/bb-external-editor#readme",
"dependencies": {
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"esbuild": "^0.19.4",
"esbuild-bitburner-plugin": "^1.0.1",
"glob": "^10.3.10"
}
}