{ "name": "stanza", "version": "0.0.0", "private": true, "description": "Modular monorepo template CLI — shadcn for stacks.", "license": "MIT", "author": "Jake Jarvis ", "type": "module", "scripts": { "build": "vp run -r build", "build:cli": "vp run @withstanza/schema#build && vp run stanza-cli#build && vp run create-stanza#build", "build:web": "vp run @withstanza/web#build", "dev": "vp run -r dev", "test": "vp test", "lint": "vp lint", "lint:fix": "vp lint --fix", "fmt": "vp fmt", "fmt:check": "vp fmt --check", "changeset": "vp exec changeset", "version": "vp exec changeset version", "release": "vp run build:cli && vp exec changeset publish", "prepare": "vp config" }, "devDependencies": { "@changesets/changelog-github": "^0.7.0", "@changesets/cli": "^2.31.0", "@types/node": "catalog:", "@vercel/blob": "^2.4.0", "@withstanza/schema": "workspace:*", "jiti": "^2.7.0", "svgo": "^4.0.1", "typescript": "catalog:", "vite-plus": "catalog:", "vitest": "catalog:" }, "packageManager": "pnpm@11.6.0" }