{
  "name": "@cedarjs/cli",
  "version": "6.0.0",
  "description": "The CedarJS Command Line",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cedarjs/cedar.git",
    "directory": "packages/cli"
  },
  "license": "MIT",
  "type": "module",
  "bin": {
    "cedar": "./dist/index.js",
    "cedarjs": "./dist/index.js",
    "cfw": "./dist/cfw.js",
    "redwood": "./dist/index.js",
    "rw": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "node ./build.mts",
    "build:pack": "yarn pack -o cedarjs-cli.tgz",
    "build:types": "tsc --build --verbose ./tsconfig.build.json",
    "build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx,template\" --ignore dist --exec \"yarn build && yarn fix:permissions\"",
    "dev": "CEDAR_CWD=../../test-project node dist/index.js",
    "fix:permissions": "chmod +x dist/index.js dist/cfw.js",
    "prepublishOnly": "yarn build",
    "test": "vitest run",
    "test:watch": "vitest watch"
  },
  "dependencies": {
    "@babel/core": "^7.26.10",
    "@babel/parser": "7.29.8",
    "@babel/preset-typescript": "7.29.7",
    "@babel/traverse": "7.29.8",
    "@babel/types": "7.29.8",
    "@cedarjs/api-server": "6.0.0",
    "@cedarjs/babel-config": "6.0.0",
    "@cedarjs/cli-helpers": "6.0.0",
    "@cedarjs/internal": "6.0.0",
    "@cedarjs/prerender": "6.0.0",
    "@cedarjs/project-config": "6.0.0",
    "@cedarjs/structure": "6.0.0",
    "@cedarjs/telemetry": "6.0.0",
    "@cedarjs/utils": "6.0.0",
    "@cedarjs/vite": "6.0.0",
    "@cedarjs/web-server": "6.0.0",
    "@listr2/prompt-adapter-enquirer": "4.3.0",
    "@opentelemetry/api": "1.9.1",
    "@opentelemetry/core": "1.30.1",
    "@opentelemetry/exporter-trace-otlp-http": "0.57.2",
    "@opentelemetry/resources": "1.30.1",
    "@opentelemetry/sdk-trace-node": "1.30.1",
    "@opentelemetry/semantic-conventions": "1.41.1",
    "@prisma/internals": "7.8.0",
    "ansis": "4.3.1",
    "archiver": "7.0.1",
    "boxen": "5.1.2",
    "camel-case": "4.1.2",
    "camelcase": "6.3.0",
    "change-case": "4.1.2",
    "ci-info": "4.4.0",
    "concurrently": "9.2.4",
    "configstore": "7.1.0",
    "decamelize": "6.0.1",
    "dotenv-defaults": "5.0.2",
    "enquirer": "2.4.1",
    "envinfo": "7.21.0",
    "execa": "5.1.1",
    "fast-glob": "3.3.3",
    "humanize-string": "2.1.0",
    "jscodeshift": "17.4.0",
    "jsonc-parser": "3.3.1",
    "latest-version": "9.0.0",
    "listr2": "10.2.2",
    "lodash": "4.18.1",
    "pascalcase": "1.0.0",
    "pluralize": "8.0.0",
    "portfinder": "1.0.38",
    "prettier": "3.8.4",
    "prisma": "7.8.0",
    "prompts": "2.4.2",
    "semver": "7.8.5",
    "smol-toml": "1.8.0",
    "srvx": "0.12.5",
    "string-env-interpolation": "1.0.1",
    "systeminformation": "5.33.1",
    "termi-link": "1.1.0",
    "title-case": "3.0.3",
    "unionfs": "4.6.0",
    "uuid": "11.1.0",
    "yargs": "17.7.3"
  },
  "devDependencies": {
    "@cedarjs/framework-tools": "6.0.0",
    "@prisma/dmmf": "7.8.0",
    "@types/archiver": "^7.0.0",
    "memfs": "4.68.1",
    "node-ssh": "13.2.1",
    "ts-dedent": "2.3.0",
    "typescript": "5.9.3",
    "vitest": "4.1.10"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
