mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 18:05:58 -04:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
43 lines
908 B
JSON
43 lines
908 B
JSON
{
|
|
"name": "create-stanza",
|
|
"version": "0.1.3",
|
|
"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": {
|
|
"bin": {
|
|
"create-stanza": "./dist/bin.mjs"
|
|
},
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "vp pack"
|
|
},
|
|
"dependencies": {
|
|
"stanza-cli": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vite-plus": "catalog:"
|
|
}
|
|
}
|