|
| 1 | +{ |
| 2 | + "name": "@effect/ai-anthropic", |
| 3 | + "type": "module", |
| 4 | + "version": "0.0.0", |
| 5 | + "license": "MIT", |
| 6 | + "description": "Effect modules for working with AI apis", |
| 7 | + "homepage": "https://effect.website", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "https://github.com/Effect-TS/effect.git", |
| 11 | + "directory": "packages/ai/anthropic" |
| 12 | + }, |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/Effect-TS/effect/issues" |
| 15 | + }, |
| 16 | + "tags": [ |
| 17 | + "typescript", |
| 18 | + "algebraic-data-types", |
| 19 | + "functional-programming" |
| 20 | + ], |
| 21 | + "keywords": [ |
| 22 | + "typescript", |
| 23 | + "algebraic-data-types", |
| 24 | + "functional-programming" |
| 25 | + ], |
| 26 | + "publishConfig": { |
| 27 | + "access": "public", |
| 28 | + "directory": "dist", |
| 29 | + "provenance": true |
| 30 | + }, |
| 31 | + "scripts": { |
| 32 | + "codegen": "build-utils prepare-v2", |
| 33 | + "build": "pnpm build-esm && pnpm build-annotate && pnpm build-cjs && build-utils pack-v2", |
| 34 | + "build-esm": "tsc -b tsconfig.build.json", |
| 35 | + "build-cjs": "babel build/esm --plugins @babel/transform-export-namespace-from --plugins @babel/transform-modules-commonjs --out-dir build/cjs --source-maps", |
| 36 | + "build-annotate": "babel build/esm --plugins annotate-pure-calls --out-dir build/esm --source-maps", |
| 37 | + "check": "tsc -b tsconfig.json", |
| 38 | + "test": "vitest", |
| 39 | + "coverage": "vitest --coverage" |
| 40 | + }, |
| 41 | + "peerDependencies": { |
| 42 | + "@effect/ai": "workspace:^", |
| 43 | + "@effect/experimental": "workspace:^", |
| 44 | + "@effect/platform": "workspace:^", |
| 45 | + "effect": "workspace:^" |
| 46 | + }, |
| 47 | + "devDependencies": { |
| 48 | + "@effect/ai": "workspace:^", |
| 49 | + "@effect/experimental": "workspace:^", |
| 50 | + "@effect/platform": "workspace:^", |
| 51 | + "@effect/platform-node": "workspace:^", |
| 52 | + "@tim-smart/openapi-gen": "^0.3.6", |
| 53 | + "effect": "workspace:^" |
| 54 | + }, |
| 55 | + "dependencies": { |
| 56 | + "@anthropic-ai/tokenizer": "^0.0.4" |
| 57 | + } |
| 58 | +} |
0 commit comments