| { | |
| "name": "@pram/ai", | |
| "license": "MIT", | |
| "type": "module", | |
| "exports": { | |
| ".": { | |
| "default": "./src/index.ts" | |
| }, | |
| "./schemas": { | |
| "default": "./src/schemas.ts" | |
| } | |
| }, | |
| "dependencies": { | |
| "zod": "catalog:", | |
| "zod-to-json-schema": "^3.25.2" | |
| }, | |
| "scripts": { | |
| "test": "bun test" | |
| }, | |
| "devDependencies": { | |
| "@pram/config": "workspace:*", | |
| "typescript": "catalog:" | |
| } | |
| } | |