Files
convex-monorepo/package.json
2025-10-28 10:57:53 -05:00

38 lines
1.3 KiB
JSON

{
"name": "convex-monorepo",
"private": true,
"engines": {
"node": "^22.20.0",
"pnpm": "^10.19.0"
},
"packageManager": "pnpm@10.19.0",
"scripts": {
"build": "turbo run build",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo run clean && rm -rf node_modules",
"convex:setup": "pnpm -F @acme/backend setup",
"dev": "turbo watch dev --continue",
"dev:tunnel": "turbo watch dev:tunnel --continue",
"dev:next": "turbo watch dev -F @acme/nextjs...",
"format": "turbo run format --continue -- --cache --cache-location .cache/.prettiercache",
"format:fix": "turbo run format --continue -- --write --cache --cache-location .cache/.prettiercache",
"lint": "turbo run lint --continue -- --cache --cache-location .cache/.eslintcache",
"lint:fix": "turbo run lint --continue -- --fix --cache --cache-location .cache/.eslintcache",
"lint:ws": "pnpm dlx sherif@latest",
"postinstall": "pnpm lint:ws",
"typecheck": "turbo run typecheck",
"ui-add": "turbo run ui-add",
"android": "expo run:android",
"ios": "expo run:ios"
},
"devDependencies": {
"@acme/prettier-config": "workspace:*",
"@turbo/gen": "^2.5.8",
"dotenv-cli": "^10.0.0",
"prettier": "catalog:",
"turbo": "^2.5.8",
"typescript": "catalog:"
},
"prettier": "@acme/prettier-config"
}