{
  "name": "@lunora/cli",
  "version": "1.0.0-alpha.157",
  "description": "The Lunora CLI: init, dev, deploy, codegen, migrate, seed, doctor, insights, logs, registry, and the rest of the project commands",
  "keywords": [
    "agent-skills",
    "cli",
    "cloudflare",
    "codegen",
    "deploy",
    "durable-objects",
    "lunora",
    "tanstack-intent",
    "vite",
    "workers"
  ],
  "homepage": "https://lunora.sh",
  "bugs": "https://github.com/anolilab/lunora/issues",
  "license": "FSL-1.1-Apache-2.0",
  "author": {
    "name": "Daniel Bannert",
    "email": "d.bannert@anolilab.de"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anolilab/lunora.git",
    "directory": "packages/cli"
  },
  "bin": {
    "lunora": "./dist/bin.mjs"
  },
  "files": [
    "./dist",
    "__assets__",
    "skills",
    "README.md",
    "LICENSE.md"
  ],
  "type": "module",
  "sideEffects": false,
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@bomb.sh/tab": "0.0.21",
    "@lunora/advisor": "1.0.0-alpha.73",
    "@lunora/bindings": "1.0.0-alpha.25",
    "@lunora/codegen": "1.0.0-alpha.101",
    "@lunora/config": "1.0.0-alpha.130",
    "@lunora/container": "1.0.0-alpha.27",
    "@lunora/d1": "1.0.0-alpha.72",
    "@lunora/errors": "1.0.0-alpha.18",
    "@lunora/mcp": "1.0.0-alpha.65",
    "@lunora/runtime": "1.0.0-alpha.59",
    "@lunora/seed": "1.0.0-alpha.68",
    "@visulima/cerebro": "3.0.0",
    "@visulima/error": "6.0.0",
    "@visulima/fs": "5.0.5",
    "@visulima/package": "5.0.5",
    "@visulima/pail": "4.0.0",
    "@visulima/path": "3.0.0",
    "@visulima/spinner": "1.0.0",
    "@visulima/tui": "1.0.5",
    "adm-zip": "0.6.0",
    "cfonts": "^3.3.1",
    "csv-parse": "6.1.0",
    "giget": "3.3.1",
    "jsonc-parser": "^3.3.1",
    "magic-string": "^1.1.0",
    "react": "^19.2.8",
    "react-reconciler": "^0.33.0",
    "smol-toml": "1.6.1",
    "ts-morph": "^28.0.0"
  },
  "peerDependencies": {
    "mysql2": "*",
    "pg": "*"
  },
  "peerDependenciesMeta": {
    "mysql2": {
      "optional": true
    },
    "pg": {
      "optional": true
    }
  },
  "engines": {
    "node": "^22.15.0 || >=24.11.0"
  }
}