-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 914 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 914 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
29
30
31
32
33
34
{
"name": "skills",
"description": "",
"main": "index.js",
"type": "module",
"private": true,
"scripts": {
"commit": "git-cz",
"prepare": "husky",
"bump": "node scripts/bump.js",
"sync-links": "bash scripts/sync-links.sh",
"create-link": "bash scripts/create-link.sh",
"validate-links": "bash scripts/validate-links.sh"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"devDependencies": {
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@commitlint/cz-commitlint": "^20.2.0",
"@commitlint/types": "^20.2.0",
"commitizen": "^4.3.0",
"conventional-changelog": "^7.2.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"conventional-changelog-core": "^8.0.0",
"husky": "^9.1.5",
"semver": "^7.7.4"
},
"keywords": [],
"packageManager": "pnpm@10.22.0"
}