Skip to content

Commit 2e5ddc6

Browse files
committed
chore: rename package
1 parent 0ed2d47 commit 2e5ddc6

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

package.json

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "c8ctl",
3-
"version": "2.0.0-alpha1",
2+
"name": "@camunda8/cli",
3+
"version": "2.0.0",
44
"description": "Camunda 8 CLI - minimal-dependency CLI for Camunda 8 operations",
55
"type": "module",
66
"engines": {
@@ -35,13 +35,27 @@
3535
"workflow",
3636
"orchestration"
3737
],
38+
"repository": {
39+
"type": "git",
40+
"url": "git+https://github.com/camunda/c8ctl.git"
41+
},
42+
"bugs": {
43+
"url": "https://github.com/camunda/c8ctl/issues"
44+
},
45+
"homepage": "https://github.com/camunda/c8ctl#readme",
3846
"author": "",
3947
"license": "MIT",
4048
"dependencies": {
4149
"@camunda8/orchestration-cluster-api": "^8.8.3"
4250
},
4351
"devDependencies": {
44-
"typescript": "^5.9.3",
45-
"@types/node": "^22.10.0"
52+
"@semantic-release/commit-analyzer": "^13.0.1",
53+
"@semantic-release/exec": "^7.1.0",
54+
"@semantic-release/github": "^11.0.6",
55+
"@semantic-release/npm": "^12.0.2",
56+
"@semantic-release/release-notes-generator": "^14.0.3",
57+
"@types/node": "^22.10.0",
58+
"semantic-release": "^24.2.0",
59+
"typescript": "^5.9.3"
4660
}
4761
}

0 commit comments

Comments
 (0)