@eko-ai/eko
Version:
Empowering language to transform human words into action.
72 lines • 1.78 kB
JSON
{
"name": "@eko-ai/eko",
"version": "3.0.9-alpha.1",
"description": "Empowering language to transform human words into action.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist/",
"LICENSE",
"README.md",
"package.json"
],
"exports": {
".": {
"require": "./dist/index.cjs.js",
"import": "./dist/index.esm.js",
"types": "./dist/index.d.ts"
},
"./types": {
"types": "./dist/types/index.d.ts"
}
},
"author": "FellouAI",
"license": "MIT",
"keywords": [
"fellou",
"eko"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FellouAI/eko.git"
},
"dependencies": {
"@ai-sdk/provider": "^2.0.0",
"@ai-sdk/amazon-bedrock": "^3.0.12",
"@ai-sdk/anthropic": "^2.0.8",
"@ai-sdk/google": "^2.0.11",
"@ai-sdk/openai": "^2.0.22",
"@ai-sdk/openai-compatible": "^1.0.13",
"@openrouter/ai-sdk-provider": "^1.1.2",
"secure-json-parse": "^4.0.0",
"xmldom": "^0.6.0",
"zod": "^4.0.14"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.2",
"@types/jest": "^29.5.14",
"@types/json-schema": "^7.0.15",
"@types/xmldom": "^0.1.34",
"dotenv": "^16.5.0",
"jest": "^29.7.0",
"rollup": "^4.40.0",
"rollup-plugin-copy": "^3.5.0",
"ts-jest": "^29.3.2",
"tslib": "^2.8.1",
"typedoc": "^0.27.6",
"typescript": "^5.8.3"
},
"scripts": {
"build": "rollup -c",
"docs": "typedoc",
"test": "npx jest test/core/eko.test.ts"
}
}