{ "name": "agent-api", "version": "0.0.1", "private": true, "description": "TypeAgent API", "homepage": "https://github.com/microsoft/TypeAgent#readme", "repository": { "type": "git", "url": "https://github.com/microsoft/TypeAgent.git", "directory": "ts/packages/api" }, "license": "MIT", "author": "Microsoft", "type": "module", "main": "./dist/index.js", "scripts": { "build": "npm run tsc", "clean": "rimraf --glob dist *.tsbuildinfo *.done.build.log", "jest-esm": "node --no-warnings --experimental-vm-modules ./node_modules/jest/bin/jest.js", "prettier": "prettier --check . --ignore-path ../../.prettierignore", "prettier:fix": "prettier --write . --ignore-path ../../.prettierignore", "start": "node ./dist/index.js", "test": "npm run test:local", "test:local": "pnpm run jest-esm --testPathPattern=\".*[.]spec[.]js\"", "test:local:debug": "node --inspect-brk --no-warnings --experimental-vm-modules ./node_modules/jest/bin/jest.js --testPathPattern=\".*\\.spec\\.js\"", "tsc": "tsc -b" }, "dependencies": { "@aws-sdk/client-s3": "^3.726.0", "@aws-sdk/lib-storage": "^3.726.0", "@azure/identity": "^4.9.1", "@azure/storage-blob": "^12.26.0", "@typeagent/agent-rpc": "workspace:*", "@typeagent/agent-sdk": "workspace:*", "@typeagent/aiclient": "workspace:*", "@typeagent/config": "workspace:*", "@typeagent/dispatcher-rpc": "workspace:*", "agent-cache": "workspace:*", "agent-dispatcher": "workspace:*", "chalk": "^5.4.1", "debug": "^4.4.0", "default-agent-provider": "workspace:*", "dispatcher-node-providers": "workspace:*", "dotenv": "^16.3.1", "find-config": "^1.0.0", "telemetry": "workspace:*", "typeagent": "workspace:*", "typechat-utils": "workspace:*", "ws": "^8.21.0" }, "devDependencies": { "@types/debug": "^4.1.12", "@types/find-config": "1.0.4", "@types/jest": "^29.5.7", "@types/ws": "^8.5.10", "jest": "^29.7.0", "prettier": "^3.5.3", "rimraf": "^6.0.1", "typescript": "~5.4.5" } }