Initial commit
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user