| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "briven",
- "private": true,
- "version": "0.0.0",
- "description": "briven — the postgres backend you actually own",
- "packageManager": "pnpm@9.12.0",
- "engines": {
- "node": ">=20.0.0",
- "pnpm": ">=9.0.0"
- },
- "scripts": {
- "build": "turbo run build",
- "dev": "turbo run dev",
- "lint": "turbo run lint",
- "typecheck": "turbo run typecheck",
- "test": "turbo run test",
- "test:e2e": "turbo run test:e2e",
- "format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md,css,html}\" --ignore-path .gitignore",
- "format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md,css,html}\" --ignore-path .gitignore",
- "clean": "turbo run clean && rm -rf node_modules",
- "prepare": "simple-git-hooks"
- },
- "simple-git-hooks": {
- "commit-msg": "pnpm exec commitlint --edit \"$1\""
- },
- "devDependencies": {
- "@commitlint/cli": "^20.5.2",
- "@commitlint/config-conventional": "^20.5.0",
- "@eslint/js": "^9.39.0",
- "@types/node": "^25.6.0",
- "eslint": "^9.39.0",
- "globals": "^16.5.0",
- "prettier": "^3.8.3",
- "prettier-plugin-tailwindcss": "^0.6.11",
- "simple-git-hooks": "^2.13.1",
- "tsx": "^4.21.0",
- "turbo": "^2.9.6",
- "typescript": "^6.0.3",
- "typescript-eslint": "^8.48.0"
- }
- }
|