-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.06 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.06 KB
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
38
{
"name": "d2-manifest-bot",
"type": "module",
"repository": "https://github.com/DestinyItemManager/d2-manifest-bot.git",
"license": "MIT",
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"scripts": {
"pretty": "prettier --write \"**/*.{js,ts,tsx,scss,html,json}\"",
"lint": "eslint --fix src --ext .js,.ts,.tsx",
"manifest:check": "tsc && node built/src/cron-check-for-manifest.js"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"@d2api/httpclient": "^0.0.4",
"@types/node": "^25.6.0",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"bungie-api-ts": "^5.10.0",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"husky": "^9.1.7",
"prettier": "^3.8.2",
"pretty-quick": "^4.2.2",
"typescript": "^6.0.2"
},
"packageManager": "pnpm@8.8.0+sha256.d713a5750e41c3660d1e090608c7f607ad00d1dd5ba9b6552b5f390bf37924e9",
"dependencies": {
"dlx": "^0.2.1"
}
}