You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bitburner-scripts/package.json

27 lines
866 B
JSON

{
"name": "bitburner-typescript-template",
"version": "2.0.0",
"scripts": {
"watch:transpile": "tsc -w --preserveWatchOutput",
"watch:local": "node build/watch.js",
"watch:remote": "bitburner-filesync",
"watch:init": "node build/init.js",
"watch:all": "concurrently npm:watch:transpile npm:watch:local npm:watch:remote",
"watch": "npm run watch:init && npm run watch:all"
},
"author": "hydroflame, Hoekstraa, based on work by SlyCedix",
"devDependencies": {
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"bitburner-filesync": "^1.1.5",
"chokidar": "^3.5.3",
"concurrently": "^7.4.0",
"eslint": "^8.22.0",
"fast-glob": "^3.2.12",
"sync-directory": "^5.1.7",
"typescript": "^4.7.4"
}
}