23 lines
748 B
JSON
23 lines
748 B
JSON
{
|
|
"name": "skipper",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"bin": {
|
|
"skipper": "./scripts/skipper.js"
|
|
},
|
|
"scripts": {
|
|
"images:build": "node scripts/images.js build",
|
|
"images:push": "node scripts/images.js push",
|
|
"images:release": "node scripts/images.js release",
|
|
"images:print": "node scripts/images.js print",
|
|
"cli": "node scripts/skipper.js",
|
|
"node:register": "node scripts/register-node.js",
|
|
"release:print": "node scripts/release.js print",
|
|
"release:plan": "node scripts/release.js plan",
|
|
"release:build": "node scripts/release.js build",
|
|
"release:publish": "node scripts/release.js publish",
|
|
"smoke:test": "node scripts/smoke-test.js",
|
|
"test": "node scripts/smoke-test.js"
|
|
}
|
|
}
|