@mondaydotcomorg/atp-runtime
Version:
Runtime SDK injected into sandbox for Agent Tool Protocol
65 lines (64 loc) • 1.44 kB
JSON
{
"name": "@mondaydotcomorg/atp-runtime",
"version": "0.19.8",
"description": "Runtime SDK injected into sandbox for Agent Tool Protocol",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist",
"src"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/mondaycom/agent-tool-protocol",
"directory": "packages/runtime"
},
"scripts": {
"build": "npm run generate:metadata && npx tsc --build tsconfig.json && tsup",
"build:tsc": "npm run generate:metadata && tsc -p tsconfig.json",
"generate:metadata": "tsx scripts/generate-metadata.ts",
"dev": "tsc -p tsconfig.json --watch",
"clean": "rm -rf dist *.tsbuildinfo src/metadata/generated.ts",
"test": "vitest run",
"lint": "tsc --noEmit"
},
"keywords": [
"agent",
"protocol",
"atp",
"runtime",
"sdk",
"ai",
"llm"
],
"license": "MIT",
"dependencies": {
"ioredis": "^5.8.0",
"node-cache": "*",
"pino": "*",
"pino-pretty": "*",
"reflect-metadata": "^0.2.1",
"undici": "*"
},
"devDependencies": {
"@types/node": "^20.11.5",
"ts-json-schema-generator": "^2.4.0",
"ts-morph": "^21.0.1",
"tsup": "^8.5.1",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vitest": "^1.2.1"
}
}