-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.2 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
38
39
40
41
42
43
{
"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 && dotenv node built/src/cron-check-for-manifest.js"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"@d2api/httpclient": "^0.0.4",
"@types/btoa": "^1.2.5",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.8.7",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"btoa": "^1.2.1",
"bungie-api-ts": "^5.1.0",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"fs-extra": "^11.2.0",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@8.8.0+sha256.d713a5750e41c3660d1e090608c7f607ad00d1dd5ba9b6552b5f390bf37924e9",
"dependencies": {
"dlx": "^0.2.1"
}
}