-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 900 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "bitburner-typescript-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "npx tsc -w",
"lint": "eslint . --ext .ts",
"defs": "node ./updateDefs.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitburner-official/vscode-template.git"
},
"author": "SlyCedix",
"bugs": {
"url": "https://github.com/bitburner-official/vscode-template/issues"
},
"homepage": "https://github.com/bitburner-official/vscode-template#readme",
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178",
"@types/node": "^16.4.3",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"eslint": "^7.31.0",
"jest": "^27.4.7",
"ts-jest": "^27.1.3",
"ts-node": "^9.1.1",
"typescript": "^4.3.5"
}
}