{
  "name": "@rigxyz/cli",
  "version": "0.8.0",
  "description": "Portable, runnable agent workspaces",
  "type": "module",
  "bin": {
    "rig": "bin/rig.mjs"
  },
  "files": [
    "bin/",
    "src/",
    "README.md"
  ],
  "scripts": {
    "test": "node --test test/",
    "postinstall": "node bin/postinstall.mjs"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@clack/prompts": "^1.3.0"
  }
}
