{ "name": "bitburner-filesync", "version": "1.1.5", "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", "lint": "eslint ./src --fix" }, "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", "ws": "^8.8.1" }, "devDependencies": { "eslint": "^8.24.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-n": "^15.3.0", "eslint-plugin-promise": "^6.0.1", "eslint-plugin-react": "^7.31.8" } }