{
  "name": "@editframe/create",
  "version": "0.59.2",
  "description": "",
  "bin": {
    "create-editframe": "dist/index.js"
  },
  "type": "module",
  "devDependencies": {
    "@types/dom-webcodecs": "^0.1.11",
    "@types/node": "^22.0.0",
    "@types/prompts": "^2.4.9",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "tsdown",
    "build:watch": "tsdown --watch"
  },
  "author": "",
  "license": "SEE LICENSE IN LICENSE-FULL.md",
  "dependencies": {
    "chalk": "^5.3.0",
    "execa": "^9.5.2",
    "ora": "^9.3.0",
    "prompts": "^2.4.2"
  },
  "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"
  }
}