{
  "name": "peepbo",
  "version": "1.0.1",
  "description": "A lightweight Linux automation tool for mouse, keyboard, and screenshots. Inspired by Peekaboo.",
  "type": "module",
  "bin": {
    "peepbo": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LichAmnesia/peepbo.git"
  },
  "keywords": [
    "automation",
    "linux",
    "screenshot",
    "xdotool",
    "agent",
    "ai-agent"
  ],
  "author": "Shen Huang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LichAmnesia/peepbo/issues"
  },
  "homepage": "https://github.com/LichAmnesia/peepbo#readme",
  "dependencies": {
    "@types/node": "^25.1.0",
    "chalk": "^5.6.2",
    "commander": "^14.0.2",
    "screenshot-desktop": "^1.15.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  }
}