@spotinst/spinnaker-deck
Version:
Spinnaker-Deck service, forked with support to Spotinst
16 lines (15 loc) • 504 B
JSON
{
"name": "@spinnaker/cloudfoundry",
"license": "Apache-2.0",
"version": "0.0.114",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
"clean": "../../../../node_modules/.bin/rimraf lib",
"lib": "npm run build",
"prepublishOnly": "npm run lib",
"generate-types": "../../../../node_modules/.bin/tsc --emitDeclarationOnly",
"webpack": "node ../../../../node_modules/.bin/webpack",
"build": "npm run clean && npm run generate-types && npm run webpack"
}
}