{ "name": "kaneo", "private": false, "type": "module", "scripts": { "build": "turbo build", "dev": "turbo dev", "i18n:check": "node ./scripts/i18n/check.mjs", "i18n:check:fix": "node ./scripts/i18n/check.mjs --fix", "i18n:report": "node ./scripts/i18n/report.mjs", "i18n:report:fix": "node ./scripts/i18n/report.mjs --fix", "i18n:schema": "node ./scripts/i18n/schema.mjs", "lint": "turbo lint", "test": "turbo test", "test:integration": "turbo test:integration", "prepare": "husky" }, "devDependencies": { "@biomejs/biome": "2.5.4", "@commitlint/cli": "^19.6.1", "@commitlint/config-conventional": "^19.6.0", "esbuild": "0.28.1", "husky": "^9.1.7", "linkifyjs": ">=4.3.3", "tar-fs": ">=3.1.3", "turbo": "^2.10.5", "typescript": "5.8.3" }, "engines": { "node": ">=20.19.0" }, "pnpm": { "overrides": { "@isaacs/brace-expansion": "5.0.1", "@hono/node-server": ">=1.19.13", "ajv": "8.18.0", "diff": "8.0.3", "esbuild": "0.28.1", "express-rate-limit": "8.2.2", "hono": ">=4.12.25", "lodash": "4.18.0", "next": ">=15.5.18 <16.0.0 || >=16.2.6", "markdown-it": "14.1.1", "minimatch": "10.2.3", "rollup": "4.59.0", "seroval": "1.4.1", "effect": ">=3.20.0", "fast-xml-parser": ">=5.5.7", "socket.io-parser": ">=4.2.6", "picomatch": ">=4.0.4", "path-to-regexp": ">=8.4.0", "brace-expansion": ">=5.0.6", "yaml": ">=2.8.3", "qs": ">=6.15.2", "ws": ">=8.20.1", "ip-address": ">=10.1.1", "postcss": ">=8.5.10", "better-auth": "1.6.23", "undici": ">=7.28.0 <8", "js-yaml": ">=4.2.0 <5", "@babel/core": ">=7.29.6 <8" } }, "packageManager": "pnpm@10.32.1", "version": "2.12.1", "dependencies": { "dotenv-mono": "^1.5.1" } }