{
  "name": "@open-pencil/cli",
  "version": "0.14.0",
  "license": "MIT",
  "type": "module",
  "imports": {
    "#cli/*": "./src/*"
  },
  "bin": {
    "openpencil": "./bin/openpencil.js"
  },
  "files": [
    "bin",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/open-pencil/open-pencil.git",
    "directory": "packages/cli"
  },
  "dependencies": {
    "@open-pencil/core": "^0.14.0",
    "@open-pencil/dom-css": "^0.14.0",
    "@open-pencil/mcp": "^0.14.0",
    "@open-pencil/scene-graph": "^0.14.0",
    "agentfmt": "^0.1.3",
    "canvaskit-wasm": "^0.40.0",
    "citty": "^0.1.6"
  }
}
