-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.01 KB
/
package.json
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
{
"name": "protoc-gen-salesforce-apex-runner-container",
"version": "1.0.0",
"description": "A dedicated Docker container setup that publishes images for the development and CI/CD of 'protoc-gen-salesforce-apex' project, ensuring consistent environments across all stages of development.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dclappert/protoc-gen-salesforce-apex-runner-container.git"
},
"author": "[email protected]",
"private": true,
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/dclappert/protoc-gen-salesforce-apex-runner-container/issues"
},
"homepage": "https://github.com/dclappert/protoc-gen-salesforce-apex-runner-container#readme",
"scripts": {
"commit": "cz"
},
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
"cz-conventional-changelog": "^3.3.0",
"semantic-release": "^15.14.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}