forked from tower-idle-toolkit/tower-idle-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.17 KB
/
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
34
35
36
37
{
"name": "tower-idle-toolkit",
"version": "0.21.9-0",
"description": "Toolkit of utilities for The Tower - Idle Tower Defense game by Tech Tree Games",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": {
"url": "https://github.com/tower-idle-toolkit/tower-idle-toolkit"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "rimraf build && tspc",
"doc": "typedoc src/index.ts",
"lint": "eslint src --ext ts,js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "skye",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.47.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.9.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"ts-patch": "^3.0.2",
"typedoc": "^0.24.8",
"typescript": "^5.1.6",
"typescript-transform-paths": "^3.4.6"
}
}