my-bitburner/package.json

29 lines
812 B
JSON
Raw Normal View History

2021-12-24 03:21:18 +09:00
{
2021-12-24 03:39:59 +09:00
"name": "bitburner-typescript-template",
2021-12-24 03:21:18 +09:00
"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": {
2022-01-06 09:35:19 +09:00
"@types/lodash": "^4.14.178",
2021-12-24 03:21:18 +09:00
"@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"
}
}