{
  "name": "rendu",
  "version": "0.0.7",
  "description": "",
  "repository": "h3js/rendu",
  "license": "MIT",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": "./dist/index.mjs"
  },
  "types": "./dist/index.d.mts",
  "bin": "./dist/cli.mjs",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "obuild",
    "dev": "vitest dev",
    "lint": "eslint . && prettier -c .",
    "lint:fix": "automd && eslint . --fix && prettier -w .",
    "prepack": "pnpm build",
    "play": "pnpm rendu playground",
    "release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags",
    "rendu": "node ./src/cli.ts",
    "test": "pnpm lint && pnpm test:types && vitest run --coverage",
    "test:types": "tsc --noEmit --skipLibCheck"
  },
  "dependencies": {
    "srvx": "^0.9.1"
  },
  "devDependencies": {
    "@types/node": "^24.9.1",
    "@vitest/coverage-v8": "^4.0.4",
    "automd": "^0.4.2",
    "changelogen": "^0.6.2",
    "cookie-es": "^2.0.0",
    "eslint": "^9.38.0",
    "eslint-config-unjs": "^0.5.0",
    "obuild": "^0.3.0",
    "prettier": "^3.6.2",
    "rendu": "^0.0.6",
    "typescript": "^5.9.3",
    "vitest": "^4.0.4"
  },
  "packageManager": "pnpm@10.19.0"
}