UNPKG

@ai-sdk/swarm

Version:

> **Warning** > This is an experimental package. It is not maintained and the API is not stable.

56 lines 1.18 kB
{ "name": "@ai-sdk/swarm", "version": "0.1.39", "license": "Apache-2.0", "sideEffects": false, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist/**/*", "CHANGELOG.md" ], "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "dependencies": { "ai": "4.1.39", "zod": "3.23.8" }, "devDependencies": { "@types/node": "^18", "tsup": "^8", "typescript": "5.6.3", "@vercel/ai-tsconfig": "0.0.0" }, "engines": { "node": ">=18" }, "publishConfig": { "access": "public" }, "homepage": "https://sdk.vercel.ai/docs", "repository": { "type": "git", "url": "git+https://github.com/vercel/ai.git" }, "bugs": { "url": "https://github.com/vercel/ai/issues" }, "keywords": [ "ai" ], "scripts": { "build": "tsup", "build:watch": "tsup --watch", "clean": "rm -rf dist", "lint": "eslint \"./**/*.ts*\"", "type-check": "tsc --noEmit", "prettier-check": "prettier --check \"./**/*.ts*\"" } }