{ "name": "@typeagent/agent-sdk", "version": "0.0.1", "description": "Interface and class to be an agent", "homepage": "https://github.com/microsoft/TypeAgent#readme", "repository": { "type": "git", "url": "https://github.com/microsoft/TypeAgent.git", "directory": "ts/packages/agentSdk" }, "license": "MIT", "author": "Microsoft", "type": "module", "exports": { ".": "./dist/index.js", "./helpers/action": "./dist/helpers/actionHelpers.js", "./helpers/command": "./dist/helpers/commandHelpers.js", "./helpers/display": "./dist/helpers/displayHelpers.js", "./node": "./dist/node/cliPath.js" }, "types": "./dist/index.d.ts", "scripts": { "build": "npm run tsc", "clean": "rimraf --glob dist *.tsbuildinfo *.done.build.log", "prettier": "prettier --check . --ignore-path ../../.prettierignore", "prettier:fix": "prettier --write . --ignore-path ../../.prettierignore", "tsc": "tsc -b" }, "dependencies": { "@typeagent/common-utils": "workspace:*", "debug": "^4.4.0", "type-fest": "^4.39.1" }, "devDependencies": { "@types/debug": "^4.1.12", "@types/jest": "^29.5.7", "jest": "^29.7.0", "prettier": "^3.5.3", "rimraf": "^6.0.1", "typescript": "~5.4.5" } }