forked from cloud-native-toolkit/image-ibmcloud-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
21 lines (21 loc) · 904 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "ibmcloud-dev",
"version": "1.1.3",
"org": "garagecatalyst",
"branch": "",
"description": "Docker image for IBM Cloud builds",
"main": "index.js",
"scripts": {
"build": "./scripts/build.sh $npm_package_name $npm_package_version $npm_package_branch",
"pretest": "npm run build",
"test": "npm run test:only",
"test:only": "./scripts/test.sh $npm_package_name $npm_package_version $npm_package_branch",
"prepush": "npm test",
"push": "npm run push:only",
"push:only": "./scripts/publish.sh $npm_package_org $npm_package_name $npm_package_version $npm_package_branch",
"pull": "./scripts/pull.sh $npm_package_org $npm_package_name $npm_package_version $npm_package_branch",
"start": "docker run -it $npm_package_name:$npm_package_version$(echo $npm_package_branch | sed -E \"s/(.+)/-\\1/g\")"
},
"author": "Sean Sundberg",
"license": "ISC"
}