UNPKG

@artinet/sdk

Version:

A TypeScript SDK for building collaborative AI agents.

100 lines (99 loc) 2.69 kB
{ "name": "@artinet/sdk", "version": "0.5.9", "description": "A TypeScript SDK for building collaborative AI agents.", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" }, "./types": { "types": "./dist/types/index.d.ts", "import": "./dist/types/index.js", "default": "./dist/types/index.js" } }, "rootDir": ".", "files": [ "dist", "package.json", "README.md", "LICENSE" ], "scripts": { "prepare": "ts-patch install -s", "build": "tsc --project tsconfig.json", "clean": "rimraf dist", "rebuild": "rimraf dist node_modules/ && npm i && npm run build", "lint": "eslint src --ext .ts", "prepublishOnly": "npm run clean && npm run build && npm run lint && npm test", "test": "NODE_OPTIONS=--experimental-vm-modules jest", "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch", "test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --coverage", "dev-pack": "rimraf dist node_modules/ && npm i && npm run build && npm pack" }, "keywords": [ "agent2agent", "a2a", "artinet", "ai", "agent", "sdk", "artificial intelligence", "ai agent", "multi-agent", "multi-agent system", "orchestration", "swarms" ], "author": "artinet", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/the-artinet-project/artinet-sdk" }, "bugs": { "url": "https://github.com/the-artinet-project/artinet-sdk/issues" }, "homepage": "https://github.com/the-artinet-project/artinet-sdk#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.19.1", "@trpc/server": "^11.4.3", "cors": "^2.8.5", "escape-html": "^1.0.3", "eventsource-parser": "^3.0.1", "express": "^5.1.0", "uuid": "^11.1.0", "zod": "^3.23.8", "@types/cors": "^2.8.17", "@types/escape-html": "^1.0.4", "@types/express": "^5.0.1" }, "devDependencies": { "@types/node": "^20.17.50", "@eslint/js": "^9.25.1", "@types/jest": "^29.5.14", "@types/supertest": "latest", "eslint": "^9.25.1", "globals": "^16.0.0", "jest": "^29.7.0", "msw": "^2.7.5", "rimraf": "^5.0.5", "supertest": "latest", "ts-jest": "^29.3.2", "ts-node": "^10.9.1", "ts-patch": "^3.3.0", "tsx": "^4.20.4", "typescript": "^5.2.2", "typescript-eslint": "^8.31.0", "typescript-transform-paths": "^3.5.5" }, "engines": { "node": ">=22.0.0" } }