-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 828 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 828 Bytes
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
{
"type": "module",
"private": true,
"packageManager": "pnpm@10.32.1",
"scripts": {
"prepare": "husky",
"publish": "cd permix && pnpm publish",
"build": "cd permix && pnpm run build",
"test": "cd permix && pnpm run test",
"check-types": "cd permix && pnpm run check-types",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"update": "taze -r -I major"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:",
"@commitlint/cli": "catalog:",
"@commitlint/config-conventional": "catalog:",
"@eslint-react/eslint-plugin": "catalog:",
"eslint": "catalog:",
"eslint-plugin-react-hooks": "catalog:",
"eslint-plugin-react-refresh": "catalog:",
"husky": "catalog:",
"npm-run-all2": "catalog:",
"taze": "catalog:",
"typescript": "catalog:"
}
}