| 1 | { |
| 2 | "name": "codewhale-cu", |
| 3 | "version": "0.11.2", |
| 4 | "description": "Codewhale's included Computer Use plugin: accessibility, screenshots, keyboard and pointer control, and recording through the Engine's reviewed plugin authority.", |
| 5 | "license": "MIT", |
| 6 | "repository": "github:Hmbown/codewhale-cu-plugin", |
| 7 | "homepage": "https://github.com/Hmbown/codewhale-cu-plugin#readme", |
| 8 | "bugs": "https://github.com/Hmbown/codewhale-cu-plugin/issues", |
| 9 | "type": "module", |
| 10 | "private": true, |
| 11 | "main": "./mcp/server.mjs", |
| 12 | "scripts": { |
| 13 | "test": "node --test tests/*.test.mjs", |
| 14 | "smoke": "node scripts/smoke.mjs" |
| 15 | }, |
| 16 | "engines": { |
| 17 | "node": ">=20" |
| 18 | }, |
| 19 | "devDependencies": { |
| 20 | "sharp": "0.35.4" |
| 21 | } |
| 22 | } |
| 23 |