Files
sw-ads-agent/packages/harness/package.json
T

32 lines
722 B
JSON

{
"name": "@agent-studio/harness",
"version": "0.1.0",
"private": true,
"type": "module",
"exports": {
".": {
"types": "./src/index.ts",
"development": "./src/index.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"scripts": {
"typecheck": "tsc --noEmit",
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@agent-studio/shared": "workspace:*",
"@earendil-works/pi-ai": "0.84.3",
"@earendil-works/pi-coding-agent": "0.84.3",
"@modelcontextprotocol/sdk": "^1.30.0",
"sharp": "^0.34.5",
"typebox": "1.3.7",
"zod": "^4.1.13"
},
"devDependencies": {
"@types/node": "^24.10.1",
"typescript": "^5.9.3"
}
}