{ "name": "@aoagents/ao-plugin-runtime-process", "version": "0.9.1", "description": "Runtime plugin: child processes", "license": "MIT", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/ComposioHQ/agent-orchestrator.git", "directory": "packages/plugins/runtime-process" }, "homepage": "https://github.com/ComposioHQ/agent-orchestrator", "bugs": { "url": "https://github.com/ComposioHQ/agent-orchestrator/issues" }, "engines": { "node": ">=20.0.0" }, "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "clean": "rm -rf dist" }, "dependencies": { "@aoagents/ao-core": "workspace:*", "node-pty": "^1.0.0" }, "devDependencies": { "@types/node": "^25.2.3", "typescript": "^5.7.0", "vitest": "^3.0.0" }, "publishConfig": { "access": "public", "provenance": true } }