-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.07 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
{
"name": "releasetrain",
"version": "1.4.0",
"description": "A helper package to improve your CICD workflow and node.js app release process, seek no more with releaseTrain!",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hiqqs/releaseTrain.git"
},
"author": "John Ahigian <[email protected]>",
"license": "MIT",
"scripts": {
"releaseTrain-cut": "sh scripts/cutRelease.sh",
"releaseTrain-notify": "node scripts/releaseTrain-notify",
"releaseTrain-config": "node scripts/setConfig.js --appName=$npm_config_appName --hookUrl=$npm_config_hookUrl --channel=$npm_config_channel --username=$npm_config_username",
"releaseTrain-version": "node scripts/setVersion.js --releaseVersion=$npm_config_releaseVersion"
},
"dependencies": {
"fs-extra": "^9.1.0",
"jest": "^26.6.3",
"jsonfile": "^6.1.0",
"node-slack": "^0.0.7"
},
"bugs": {
"url": "https://github.com/johnhiggs/releaseTrain/issues"
},
"homepage": "https://github.com/johnhiggs/releaseTrain#readme",
"devDependencies": {}
}