UNPKG

@agentx-ai/agentx-js

Version:

Official JavaScript/TypeScript SDK for AgentX (https://www.agentx.so/)

43 lines (42 loc) 1.05 kB
{ "name": "@agentx-ai/agentx-js", "version": "0.4.3", "description": "Official JavaScript/TypeScript SDK for AgentX (https://www.agentx.so/)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "ts-node src/index.ts", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build", "bump:patch": "node scripts/bump-version.js patch", "bump:minor": "node scripts/bump-version.js minor", "bump:major": "node scripts/bump-version.js major" }, "keywords": [ "agentx", "ai", "agents", "workforce", "sdk" ], "author": "AgentX Team", "author_email": "contact@agentx.so", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/AgentX-ai/agentx-js" }, "homepage": "https://www.agentx.so/", "dependencies": { "axios": "^1.6.0" }, "devDependencies": { "@types/node": "^20.0.0", "ts-node": "^10.9.0", "typescript": "^5.0.0" }, "engines": { "node": ">=16.0.0" } }