{ "name": "sdk-test", "version": "0.1.0", "private": true, "scripts": { "atmn": "bunx atmn", "dev": "infisical run --recursive --env=dev -- next dev -p 3002", "build": "next build", "start": "next start", "lint": "biome check", "format": "biome format --write", "typecheck": "tsc -p tsconfig.check.json --noEmit --skipLibCheck" }, "dependencies": { "atmn": "workspace:*", "autumn-js": "workspace:*", "better-auth": "catalog:", "kysely": "^0.28.11", "next": "16.1.6", "pg": "^8.18.0", "radix-ui": "^1.4.3", "react": "19.2.3", "react-dom": "19.2.3" }, "devDependencies": { "@biomejs/biome": "2.2.0", "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/pg": "^8.16.0", "@types/react": "^19", "@types/react-dom": "^19", "tailwindcss": "^4", "typescript": "^5" }, "ignoreScripts": [ "sharp", "unrs-resolver" ], "trustedDependencies": [ "sharp", "unrs-resolver" ] }