{
  "name": "@robzolkos/lazypi",
  "version": "0.6.4",
  "description": "Opinionated one-shot installer for a full-featured Pi coding agent setup.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/robzolkos/LazyPi"
  },
  "bugs": {
    "url": "https://github.com/robzolkos/LazyPi/issues"
  },
  "homepage": "https://github.com/robzolkos/LazyPi",
  "type": "module",
  "bin": {
    "lazypi": "bin/lazypi.mjs"
  },
  "files": [
    "bin",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "docs:serve": "cd docs && bundle exec jekyll serve --livereload",
    "test": "node --test"
  },
  "dependencies": {
    "@clack/prompts": "^1.2.0"
  },
  "keywords": [
    "pi",
    "pi-mono",
    "pi-coding-agent",
    "installer",
    "npx",
    "extensions"
  ]
}
