Files
stanza/packages/create-stanza/package.json
T
2026-05-22 18:37:24 -04:00

43 lines
905 B
JSON

{
"name": "create-stanza",
"version": "0.1.0",
"description": "`npm init stanza` — the canonical entry point to the stanza wizard.",
"keywords": [
"cli",
"create",
"monorepo",
"scaffold",
"shadcn"
],
"homepage": "https://stanza.tools",
"bugs": "https://github.com/jakejarvis/stanza/issues",
"license": "MIT",
"author": "Jake Jarvis <jake@jarv.is>",
"repository": {
"type": "git",
"url": "git+https://github.com/jakejarvis/stanza.git",
"directory": "packages/create-stanza"
},
"files": [
"dist"
],
"type": "module",
"publishConfig": {
"access": "public",
"bin": {
"create-stanza": "./dist/bin.mjs"
}
},
"scripts": {
"build": "vp pack"
},
"dependencies": {
"stanza-cli": "workspace:*"
},
"devDependencies": {
"@types/node": "^25.9.1",
"typescript": "^6.0.3",
"vite-plus": "catalog:"
}
}