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": {
|
2022-08-16 23:18:41 +09:00
|
|
|
"build": "node build.js",
|
2022-08-22 14:23:34 +09:00
|
|
|
"check": "tsc --noEmit",
|
2021-12-24 03:21:18 +09:00
|
|
|
"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",
|
2022-08-16 23:18:41 +09:00
|
|
|
"@types/yargs": "^17.0.11",
|
2021-12-24 03:21:18 +09:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.28.4",
|
|
|
|
"@typescript-eslint/parser": "^4.28.4",
|
2022-08-16 23:18:41 +09:00
|
|
|
"esbuild": "^0.15.3"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"yargs": "^17.5.1"
|
2021-12-24 03:21:18 +09:00
|
|
|
}
|
2022-08-16 23:18:41 +09:00
|
|
|
}
|