{ "name": "bitburner-typescript-template", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "node build.js", "check": "tsc --noEmit", "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", "@types/yargs": "^17.0.11", "@typescript-eslint/eslint-plugin": "^4.28.4", "@typescript-eslint/parser": "^4.28.4", "esbuild": "^0.15.3" }, "dependencies": { "yargs": "^17.5.1" } }