UNPKG

orgo

Version:

Computers for AI agents

52 lines (51 loc) 985 B
{ "name": "orgo", "version": "1.0.17", "description": "Computers for AI agents", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "jest", "prepublishOnly": "npm run build" }, "keywords": [ "orgo", "ai", "agents", "computer", "automation", "desktop" ], "author": "Orgo Team", "license": "MIT", "homepage": "https://www.orgo.ai", "engines": { "node": ">=14.0.0" }, "dependencies": { "@anthropic-ai/sdk": "^0.54.0", "cross-fetch": "^4.0.0", "uuid": "^13.0.0" }, "devDependencies": { "@types/node": "^20.19.19", "tsup": "^8.5.0", "tsx": "^4.20.3", "typescript": "^5.8.3" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } } }