mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 18:05:58 -04:00
- Update `@types/node`, `semver`, TanStack Router/Start, `posthog-node`, `shadcn`, `fumadocs-mdx`, and a handful of other minor dep bumps across the monorepo - Upgrade pnpm to 11.5.2 - Replace deprecated `.inputValidator(…)` calls with `.validator(…)` on all server functions
43 lines
908 B
JSON
43 lines
908 B
JSON
{
|
|
"name": "create-stanza",
|
|
"version": "0.1.1",
|
|
"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:"
|
|
}
|
|
}
|