Files
docs/package.json

34 lines
1.0 KiB
JSON

{
"name": "hanzo-docs",
"description": "Hanzo Docs — the documentation framework and hub for the Hanzo ecosystem (docs.hanzo.ai).",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean",
"dev": "turbo run dev",
"dev:examples": "turbo run dev --filter=./examples/*",
"lint": "turbo run lint",
"lint:format": "oxfmt --check",
"format": "oxfmt",
"release": "turbo run build --filter=./packages/* && changeset publish",
"test": "vitest",
"types:check": "turbo run types:check --continue",
"version": "changeset version && node scripts/update-stackblitz-versions.mjs && pnpm install --lockfile-only"
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"concurrently": "^10.0.0",
"oxfmt": "^0.52.0",
"oxlint": "^1.67.0",
"rimraf": "^6.1.3",
"turbo": "2.9.15",
"typescript": "^6.0.3",
"vitest": "^4.1.7"
},
"engines": {
"node": ">= 24.14.0"
},
"packageManager": "pnpm@11.1.0"
}