40 lines
1 KiB
JSON
40 lines
1 KiB
JSON
{
|
|
"name": "bitburner-filesync",
|
|
"version": "1.1.5",
|
|
"description": "Official implementation of the Bitburner Filesync server",
|
|
"type": "module",
|
|
"bin": "./npx/bitburner-filesync.ts",
|
|
"main": "./npx/bitburner-filesync.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "npx/bitburner-filesync.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bitburner-official/bitburner-filesync.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",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.8.4",
|
|
"ws": "^8.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/convict": "^6.1.1",
|
|
"@types/node": "^18.7.23",
|
|
"@types/ws": "^8.5.3"
|
|
}
|
|
}
|