UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

16 lines (15 loc) 496 B
{ "name": "@spinnaker/core", "license": "Apache-2.0", "version": "0.0.570", "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" } }