| { | |
| "name": "@midday/categories", | |
| "version": "0.1.0", | |
| "description": "Transaction categories with parent-child structure for financial reports", | |
| "main": "./src/index.ts", | |
| "types": "./src/index.ts", | |
| "exports": { | |
| ".": "./src/index.ts", | |
| "./tax-rates": "./src/tax-rates/index.ts", | |
| "./embeddings": "./src/embeddings.ts" | |
| }, | |
| "scripts": { | |
| "lint": "biome check .", | |
| "lint:fix": "biome check --write .", | |
| "typecheck": "tsc --noEmit", | |
| "migrate": "tsx scripts/migrate.ts", | |
| "migrate:preview": "tsx scripts/migrate.ts --command preview", | |
| "migrate:run": "tsx scripts/migrate.ts --command migrate" | |
| }, | |
| "dependencies": { | |
| "@ai-sdk/google": "catalog:", | |
| "@midday/logger": "workspace:*", | |
| "ai": "catalog:", | |
| "zod": "catalog:" | |
| }, | |
| "devDependencies": { | |
| "@types/bun": "latest", | |
| "@types/node": "^24.10.1", | |
| "typescript": "catalog:" | |
| } | |
| } | |