Initial
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user