{ "name": "@banner-studio/api-lib", "version": "0.0.0", "private": true, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": ["dist"], "scripts": { "build": "tsc -p tsconfig.json", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@anthropic-ai/sdk": "^0.30.0", "@banner-studio/layout-engine": "workspace:*", "@banner-studio/prompts": "workspace:*", "@banner-studio/types": "workspace:*", "csv-parse": "^5.5.6", "zod": "^3.23.0" }, "devDependencies": { "typescript": "^5.4.0", "vitest": "^1.6.0" } }