Files
StableStudio/packages/create-stablestudio-plugin/package.json
2023-05-19 16:20:06 -08:00

54 lines
1.4 KiB
JSON

{
"name": "@stability/create-stablestudio-plugin",
"version": "1.0.3",
"keywords": [
"stablestudio",
"react"
],
"description": "Create a StableStudio plugin",
"repository": {
"type": "git",
"url": "https://github.com/Stability-AI/stablestudio",
"directory": "packages/create-stablestudio-plugin"
},
"author": "Stability AI",
"license": "MIT",
"bin": "./dist/index.js",
"files": [
"dist"
],
"scripts": {
"clean": "rimraf lib && rimraf node_modules",
"release": "ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register",
"prepublishOnly": "yarn release",
"start": "ts-node index.ts"
},
"devDependencies": {
"@types/async-retry": "1.4.2",
"@types/ci-info": "2.0.0",
"@types/cross-spawn": "6.0.0",
"@types/glob": "7.1.1",
"@types/node": "^16.8.0",
"@types/prompts": "2.0.1",
"@types/tar": "4.0.3",
"@types/validate-npm-package-name": "3.0.0",
"async-retry": "1.3.1",
"chalk": "2.4.2",
"ci-info": "watson/ci-info#f43f6a1cefff47fb361c88cf4b943fdbcaafe540",
"commander": "2.20.0",
"conf": "10.2.0",
"cpy": "7.3.0",
"cross-spawn": "6.0.5",
"glob": "8.0.3",
"got": "10.7.0",
"prompts": "2.1.0",
"tar": "4.4.10",
"ts-node": "10.9.1",
"update-check": "1.5.4",
"validate-npm-package-name": "3.0.0"
},
"engines": {
"node": ">=16.8.0"
}
}