{
  "name": "@editframe/cli",
  "version": "0.60.11",
  "description": "Command line interface for EditFrame",
  "bin": {
    "editframe": "./dist/index.js"
  },
  "type": "module",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "tsdown",
    "build:watch": "tsdown --watch",
    "postinstall": "echo 'Skipping Playwright browser download - uses system Chrome'"
  },
  "author": "",
  "license": "SEE LICENSE IN LICENSE-FULL.md",
  "devDependencies": {
    "@types/dom-webcodecs": "^0.1.11",
    "@types/node": "^22.0.0",
    "@types/promptly": "^3.0.5",
    "@types/tar": "^6.1.13",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@editframe/api": "0.60.11",
    "@editframe/assets": "0.60.11",
    "@editframe/dev-server": "0.60.11",
    "@editframe/elements": "0.60.11",
    "@editframe/vite-plugin": "0.60.11",
    "@inquirer/prompts": "^7.0.0",
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "debug": "^4.3.5",
    "dotenv": "^16.4.5",
    "node-html-parser": "^6.1.13",
    "ora": "^8.0.1",
    "playwright": "^1.53.0",
    "vite": "^8.0.0",
    "tar": "^7.5.11",
    "zod": "^3.23.8",
    "codem-isoboxer": "^0.3.9"
  },
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "exports": {
      ".": {
        "import": {
          "types": "./dist/index.d.ts",
          "default": "./dist/index.js"
        }
      },
      "./package.json": "./package.json"
    },
    "tag": "beta"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/editframe/monorepo.git",
    "directory": "elements/packages/cli"
  }
}
