package.json41 lines · main
| 1 | { |
| 2 | "name": "ai-commands", |
| 3 | "version": "0.0.0", |
| 4 | "main": "./index.ts", |
| 5 | "types": "./index.ts", |
| 6 | "license": "MIT", |
| 7 | "sideEffects": false, |
| 8 | "scripts": { |
| 9 | "preinstall": "npx only-allow pnpm", |
| 10 | "clean": "rimraf node_modules", |
| 11 | "typecheck": "tsc --noEmit", |
| 12 | "test": "vitest" |
| 13 | }, |
| 14 | "dependencies": { |
| 15 | "@serafin/schema-builder": "^0.18.5", |
| 16 | "@supabase/supabase-js": "catalog:", |
| 17 | "ai": "5.0.52", |
| 18 | "common-tags": "^1.8.2", |
| 19 | "config": "workspace:*", |
| 20 | "js-tiktoken": "^1.0.10", |
| 21 | "jsonrepair": "^3.5.0", |
| 22 | "openai": "^4.75.1", |
| 23 | "zod": "catalog:" |
| 24 | }, |
| 25 | "devDependencies": { |
| 26 | "@ai-sdk/openai": "^2.0.0", |
| 27 | "@types/common-tags": "^1.8.4", |
| 28 | "@types/mdast": "^4.0.0", |
| 29 | "@types/node": "catalog:", |
| 30 | "api-types": "workspace:*", |
| 31 | "chalk": "^5.3.0", |
| 32 | "dotenv": "^16.3.1", |
| 33 | "libpg-query": "15.2.0", |
| 34 | "mdast-util-from-markdown": "^2.0.0", |
| 35 | "sql-formatter": "^15.0.0", |
| 36 | "tsconfig": "workspace:*", |
| 37 | "typescript": "catalog:", |
| 38 | "vite": "catalog:", |
| 39 | "vitest": "catalog:" |
| 40 | } |
| 41 | } |