@spotinst/spinnaker-deck
Version:
Spinnaker-Deck service, forked with support to Spotinst
51 lines (50 loc) • 1.44 kB
JSON
{
"name": "@spinnaker/pluginsdk",
"description": "Provides blessed opinions (rollup, code format, lint) and packages (react, etc) to plugin developers",
"version": "0.0.27",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "Apache-2.0",
"scripts": {
"clean": "npx shx rm -rf dist",
"build": "rollup -c",
"watch": "rollup -c -w",
"prepublishOnly": "npm run build"
},
"bin": {
"check-plugin": "scripts/check-plugin.js",
"dev-proxy": "scripts/dev-proxy/server.js",
"restore-scaffold-file": "scripts/restore-scaffold-file.js",
"scaffold": "scripts/scaffold.js",
"write-json": "scripts/write-json.js"
},
"dependencies": {
"check-peer-dependencies": "^4.0.0",
"chokidar": "^3.5.1",
"express": "^4.17.1",
"http-proxy-middleware": "^1.0.6",
"lodash": "^4.17.20",
"readline-sync": "^1.4.10",
"strip-json-comments": "^3.1.1",
"ws": "^7.4.3",
"yargs": "^16.2.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-node-resolve": "11.1.1",
"@rollup/plugin-typescript": "8.1.1",
"@spinnaker/core": "0.0.549",
"@types/yargs": "^16.0.0",
"rollup": "2.39.0",
"rollup-plugin-external-globals": "0.6.1",
"rollup-plugin-less": "1.1.3",
"rollup-plugin-postcss": "4.0.0",
"typescript": "4.1.5"
},
"files": [
"dist",
"scaffold",
"scripts",
"pluginconfig"
]
}