This commit is contained in:
Philipp
2024-10-05 18:34:58 +02:00
parent 8f7eab764e
commit 04ab272198
10 changed files with 1362 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "bb-external-editor",
"version": "1.1.0",
"description": "template for external editors for the game bitburner",
"main": "index.js",
"scripts": {
"start": "node ./config.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.4",
"@types/react-dom": "^18.3.0",
"esbuild": "^0.23.1",
"esbuild-bitburner-plugin": "^1.6.1"
}
}