UNPKG

@ai-sdk/provider

Version:
63 lines 1.4 kB
{ "name": "@ai-sdk/provider", "version": "4.0.7", "type": "module", "license": "Apache-2.0", "sideEffects": false, "main": "./dist/index.js", "types": "./dist/index.d.ts", "source": "./src/index.ts", "files": [ "dist/**/*", "src", "!src/**/*.test.ts", "!src/**/*.test-d.ts", "!src/**/__snapshots__", "!src/**/__fixtures__", "CHANGELOG.md", "README.md" ], "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" } }, "dependencies": { "json-schema": "^0.4.0" }, "devDependencies": { "@types/json-schema": "7.0.15", "@types/node": "22.19.19", "tsup": "^8.5.1", "typescript": "5.8.3", "@vercel/ai-tsconfig": "0.0.0" }, "engines": { "node": ">=22" }, "publishConfig": { "access": "public", "provenance": true }, "homepage": "https://ai-sdk.dev/docs", "repository": { "type": "git", "url": "https://github.com/vercel/ai", "directory": "packages/provider" }, "bugs": { "url": "https://github.com/vercel/ai/issues" }, "keywords": [ "ai" ], "scripts": { "build": "pnpm clean && tsup --tsconfig tsconfig.build.json", "build:watch": "pnpm clean && tsup --watch", "clean": "del-cli dist *.tsbuildinfo", "type-check": "tsc --build" } }