-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) ยท 816 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) ยท 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "keeplog-repo-tools",
"private": true,
"scripts": {
"prepare": "husky",
"check:format": "pnpm --dir web format:check",
"check:lint": "pnpm --dir web lint",
"check:type": "pnpm --dir web typecheck",
"check:build": "pnpm --dir web build",
"check:commit": "pnpm check:format",
"check:push": "pnpm --dir web verify",
"commit:all": "node scripts/commit-all.mjs",
"issue:create": "node scripts/github-issue.mjs",
"pr:create": "node scripts/github-pr.mjs"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"husky": "^9.1.7"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}