vantedge-ai-sdk
Version:
VantEdge AI SDK provider for AI SDK
51 lines (50 loc) • 1.08 kB
JSON
{
"name": "vantedge-ai-sdk",
"version": "0.1.1",
"description": "VantEdge AI SDK provider for AI SDK",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
},
"keywords": [
"ai-sdk",
"vantedgeai",
"openai-compatible",
"ai",
"llm"
],
"author": "Lokesh Katta",
"license": "Apache-2.0",
"dependencies": {
"@ai-sdk/openai-compatible": "^0.2.16",
"@ai-sdk/provider": "^1.1.3",
"@ai-sdk/provider-utils": "^2.2.8"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsup": "^8.0.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"ai": "^4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/8vdx1/vantedge-ai-sdk.git"
}
}