-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 913 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
{
"scripts": {
"prebuild": "pnpm lint",
"lint": "biome lint --write",
"fmt:biome": "biome format --write",
"fmt:prettier": "prettier '**/*.{html,md}' --write",
"fix": "pnpm lint && pnpm fmt:biome && pnpm fmt:prettier",
"watch": "webpack --watch",
"build": "tsc && webpack"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^22.9.3",
"@types/webextension-polyfill": "^0.12.1",
"@types/webpack": "^5.28.5",
"copy-webpack-plugin": "^12.0.2",
"lefthook": "^1.8.4",
"prettier": "^3.3.3",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"webextension-polyfill": "^0.12.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}