-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 835 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 835 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
{
"name": "skybridge",
"version": "0.1.0",
"description": "Skybridge - Microkernel RPC Platform",
"private": true,
"scripts": {
"commitlint": "commitlint --edit",
"prepare": "husky",
"release": "semantic-release",
"release:dry-run": "semantic-release --dry-run --branches main"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.6",
"@semantic-release/release-notes-generator": "^14.1.0",
"commitlint": "^19.3.0",
"husky": "^9.0.10",
"semantic-release": "^24.0.0"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}