33 lines
873 B
JSON
33 lines
873 B
JSON
{
|
|
"name": "bitburner-filesync",
|
|
"version": "1.1.0",
|
|
"description": "Official implementation of the Bitburner Filesync server",
|
|
"type": "module",
|
|
"bin": "./npx/bitburner-filesync.js",
|
|
"main": "./npx/bitburner-filesync.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node src/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Hoekstraa/bitburner-remote.git"
|
|
},
|
|
"keywords": [
|
|
"bitburner",
|
|
"rfa",
|
|
"remote"
|
|
],
|
|
"license": "Unlicense",
|
|
"author": "Zoë Hoekstra",
|
|
"bugs": {
|
|
"url": "https://github.com/bitburner-official/bitburner-filesync/issues"
|
|
},
|
|
"homepage": "https://github.com/bitburner-official/bitburner-filesync#readme",
|
|
"dependencies": {
|
|
"cheap-watch": "^1.0.4",
|
|
"convict": "^6.2.3",
|
|
"signal-js": "^3.0.1",
|
|
"ws": "^8.8.1"
|
|
}
|
|
}
|