mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 18:05:58 -04:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "stanza",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Modular monorepo template CLI — shadcn for stacks.",
|
|
"license": "MIT",
|
|
"author": "Jake Jarvis <jakejarvis@gmail.com>",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vp run -r build",
|
|
"build:cli": "vp run stanza-cli#build && vp run create-stanza#build",
|
|
"build:web": "vp run @stanza/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",
|
|
"registry:build": "bun scripts/registry-build.ts",
|
|
"changeset": "vp exec changeset",
|
|
"release": "vp run build:cli && changeset publish",
|
|
"prepare": "vp config"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/changelog-github": "^0.7.0",
|
|
"@changesets/cli": "^2.31.0",
|
|
"@stanza/registry": "workspace:*",
|
|
"@types/node": "^25.9.1",
|
|
"tsx": "^4.22.3",
|
|
"typescript": "^6.0.3",
|
|
"vite-plus": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": ">=22",
|
|
"pnpm": ">=10"
|
|
},
|
|
"packageManager": "pnpm@10.33.4"
|
|
}
|