UNPKG

@utcp/sdk

Version:

Universal Tool Calling Protocol (UTCP) client library for TypeScript

84 lines (83 loc) 2.06 kB
{ "name": "@utcp/sdk", "version": "0.1.1", "description": "Universal Tool Calling Protocol (UTCP) client library for TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest", "test:watch": "jest --watch", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "prepare": "npm run build" }, "keywords": [ "utcp", "universal-tool-calling-protocol", "tools", "api", "typescript", "tool calling", "mcp", "agent", "ai", "llm" ], "author": { "name": "Razvan-Ion Radulescu", "email": "razvan.radulescu@bevel.software" }, "license": "MPL-2.0", "publishConfig": { "access": "public" }, "homepage": "https://utcp.io", "repository": { "type": "git", "url": "https://github.com/universal-tool-calling-protocol/typescript-utcp" }, "bugs": { "url": "https://github.com/universal-tool-calling-protocol/typescript-utcp/issues" }, "dependencies": { "axios": "^1.6.0", "dotenv": "^17.1.0", "eventsource": "^2.0.2", "graphql": "^16.8.1", "graphql-request": "^6.1.0", "js-yaml": "^4.1.0", "tozod": "^3.0.0", "ws": "^8.14.2", "zod": "^3.22.4", "zod-to-json-schema": "^3.24.6" }, "devDependencies": { "@types/dotenv": "^6.1.1", "@types/eventsource": "^1.1.12", "@types/express": "^5.0.3", "@types/jest": "^29.5.14", "@types/js-yaml": "^4.0.9", "@types/nock": "^10.0.3", "@types/node": "^20.8.0", "@types/ws": "^8.5.6", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "eslint": "^8.50.0", "express": "^5.1.0", "jest": "^29.7.0", "nock": "^14.0.5", "openai": "^5.8.3", "ts-jest": "^29.4.0", "typescript": "^5.2.2" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "engines": { "node": ">=16.0.0" } }