Files
stanza/packages/create-stanza/package.json
T
jake 4df8d80c79 chore: bump deps and migrate .inputValidator.validator
- 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
2026-06-09 12:57:22 -04:00

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:"
}
}