@mymediset/sap-ai-provider
Version:
SAP AI Core provider for AI SDK (powered by @sap-ai-sdk/orchestration)
96 lines (95 loc) • 2.48 kB
JSON
{
"name": "@mymediset/sap-ai-provider",
"version": "2.1.0",
"type": "module",
"description": "SAP AI Core provider for AI SDK (powered by @sap-ai-sdk/orchestration)",
"keywords": [
"ai",
"vercel",
"vercel-ai-sdk",
"sap",
"sap-ai-core",
"sap-ai-sdk",
"aicore",
"btp",
"cap",
"agent",
"orchestration"
],
"homepage": "https://github.com/BITASIA/sap-ai-provider#readme",
"bugs": {
"url": "https://github.com/BITASIA/sap-ai-provider/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BITASIA/sap-ai-provider.git"
},
"license": "Apache-2.0",
"author": "mymediset",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"directories": {
"example": "examples"
},
"files": [
"dist/**/*",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch",
"clean": "rm -rf dist",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"type-check": "tsc --noEmit",
"prettier-check": "prettier --check \"./**/*.ts\"",
"prettier-fix": "prettier --write \"./**/*.ts\"",
"test": "vitest run",
"test:watch": "vitest",
"test:node": "vitest --config vitest.node.config.js --run",
"test:edge": "vitest --config vitest.edge.config.js --run",
"test:node:watch": "vitest --config vitest.node.config.js",
"prepare": "npm run build",
"prepublishOnly": "npm run type-check && npm run test && npm run build",
"check-build": "ls -la dist/ && test -f dist/index.js && test -f dist/index.cjs && test -f dist/index.d.ts"
},
"dependencies": {
"@ai-sdk/provider": "^3.0.0",
"@ai-sdk/provider-utils": "^4.0.1",
"@sap-ai-sdk/orchestration": "^2.4.0",
"zod": "^4.2.1",
"zod-to-json-schema": "^3.25.1"
},
"devDependencies": {
"@edge-runtime/vm": "^5.0.0",
"@eslint/js": "^9.39.2",
"@types/node": "^25.0.3",
"dotenv": "^17.2.3",
"eslint": "^9.39.2",
"globals": "^16.5.0",
"prettier": "^3.7.4",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.51.0",
"vitest": "^4.0.16"
},
"peerDependencies": {
"ai": "^6.0.0"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
}
}