28 lines
766 B
JSON
28 lines
766 B
JSON
{
|
|
"name": "bitburner-scripts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"watch": "npx tsc -w",
|
|
"lint": "eslint . --ext .ts",
|
|
"defs": "node ./updateDefs.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/SlyCedix/bitburner-typescript-template.git"
|
|
},
|
|
"author": "SlyCedix",
|
|
"bugs": {
|
|
"url": "https://github.com/SlyCedix/bitburner-typescript-template/issues"
|
|
},
|
|
"homepage": "https://github.com/SlyCedix/bitburner-typescript-template#readme",
|
|
"devDependencies": {
|
|
"@types/node": "^16.4.3",
|
|
"@typescript-eslint/eslint-plugin": "^4.28.4",
|
|
"@typescript-eslint/parser": "^4.28.4",
|
|
"eslint": "^7.31.0",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.3.5"
|
|
}
|
|
} |