UNPKG

@artinet/sdk

Version:
96 lines (95 loc) 2.58 kB
{ "name": "@artinet/sdk", "version": "0.5.5", "description": "TypeScript SDK for Agentic Communication", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/types/index.d.ts", "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" }, "./agents": { "types": "./dist/types/utils/deployment/agents.d.ts", "import": "./dist/utils/deployment/agents.js", "default": "./dist/utils/deployment/agents.js" } }, "rootDir": ".", "files": [ "dist", "README.md", "CHANGELOG.md", "LICENSE" ], "scripts": { "build": "tsc", "clean": "rimraf dist", "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", "protocol" ], "author": "Artinet Team", "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": { "@artinet/metadata-validator": "^0.0.3", "@modelcontextprotocol/sdk": "latest", "@types/cors": "^2.8.17", "@types/express": "^5.0.1", "@types/mime-types": "^3.0.0", "@types/pino": "^7.0.4", "cors": "^2.8.5", "esbuild": "^0.25.4", "eventsource-parser": "^3.0.1", "express": "^5.1.0", "jayson": "^4.2.0", "pino": "^9.6.0", "pino-pretty": "^10.2.0", "uuid": "^11.1.0", "zod": "^3.25.42" }, "devDependencies": { "@eslint/js": "^9.25.1", "@types/jest": "^29.5.14", "@types/node": "^20.17.50", "@types/supertest": "latest", "@types/uuid": "^9.0.6", "eslint": "^9.25.1", "express-list-routes": "^1.3.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", "typescript": "^5.2.2", "typescript-eslint": "^8.31.0" }, "engines": { "node": ">=22.0.0" } }