File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed
Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 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" : {
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}
You can’t perform that action at this time.
0 commit comments