2023-11-02 14:10:24 -03:00
|
|
|
{
|
|
|
|
"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",
|
2023-11-02 16:54:30 -03:00
|
|
|
"esbuild-bitburner-plugin": "^1.0.2",
|
2023-11-02 14:10:24 -03:00
|
|
|
"glob": "^10.3.10"
|
|
|
|
}
|
|
|
|
}
|