{
  "name": "@ianyeh/tendo",
  "version": "0.1.0",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "description": "Eyes and hands for coding agents — capture web page state and execute grounded actions",
  "main": "dist/index.js",
  "bin": {
    "tendo": "dist/index.js"
  },
  "files": [
    "dist",
    "scripts"
  ],
  "scripts": {
    "build": "tsup && chmod +x dist/index.js",
    "postinstall": "node scripts/postinstall.cjs",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@tendo/browser": "*",
    "@tendo/core": "*",
    "@types/node": "^20.0.0",
    "tsup": "^8.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "commander": "^14.0.3",
    "playwright": "^1.42.0",
    "sharp": "^0.34.5"
  }
}
