@ai-sdk/solid
Version:
> **Warning** `@ai-sdk/solid` has been deprecated and will be removed in AI SDK 5
79 lines • 1.87 kB
JSON
{
"name": "@ai-sdk/solid",
"version": "1.2.13",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist/**/*",
"CHANGELOG.md"
],
"dependencies": {
"@ai-sdk/provider-utils": "2.2.8",
"@ai-sdk/ui-utils": "1.2.11",
"@solid-primitives/trigger": "^1.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@solidjs/testing-library": "0.8.10",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.5.2",
"@types/node": "20.17.24",
"@vitejs/plugin-vue": "5.2.0",
"eslint": "8.57.1",
"jsdom": "^24.0.0",
"msw": "2.6.4",
"tsup": "^7.2.0",
"typescript": "5.6.3",
"vite-plugin-solid": "2.7.2",
"vitest": "2.1.4",
"@vercel/ai-tsconfig": "0.0.0",
"eslint-config-vercel-ai": "0.0.0"
},
"peerDependencies": {
"solid-js": "^1.7.7"
},
"peerDependenciesMeta": {
"solid-js": {
"optional": true
}
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://ai-sdk.dev/docs",
"repository": {
"type": "git",
"url": "git+https://github.com/vercel/ai.git"
},
"bugs": {
"url": "https://github.com/vercel/ai/issues"
},
"keywords": [
"ai",
"solid"
],
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch",
"clean": "rm -rf dist",
"lint": "eslint \"./**/*.ts*\"",
"type-check": "tsc --noEmit",
"prettier-check": "prettier --check \"./**/*.ts*\"",
"test": "vitest --config vitest.config.js --run",
"test:watch": "vitest --config vitest.config.js"
}
}