Files
stanza/package.json
T

36 lines
1.1 KiB
JSON

{
"name": "stanza",
"version": "0.0.0",
"private": true,
"description": "Modular monorepo template CLI — shadcn for stacks.",
"license": "MIT",
"author": "Jake Jarvis <jake@jarv.is>",
"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": "^25.9.1",
"@withstanza/schema": "workspace:*",
"jiti": "^2.7.0",
"svgo": "^4.0.1",
"typescript": "^6.0.3",
"vite-plus": "catalog:"
},
"packageManager": "pnpm@10.34.1"
}