{
  "version": "1.4.4",
  "name": "@brevity-builder/cli",
  "author": "Nick Randall @nicksrandall",
  "type": "module",
  "bin": {
    "brevity": "./bin/run.js"
  },
  "dependencies": {
    "@inquirer/prompts": "7.8.4",
    "@oclif/core": "4.5.2",
    "@oclif/plugin-help": "6.2.32",
    "@oclif/plugin-plugins": "5.4.46",
    "@oclif/prettier-config": "0.2.1",
    "@types/chai": "5.2.2",
    "@types/mime-types": "3.0.1",
    "@types/mocha": "10.0.10",
    "@types/bun": "1.2.21",
    "@types/semver": "7.7.1",
    "chai": "6.0.1",
    "conf": "14.0.0",
    "esbuild": "0.25.9",
    "mime-types": "3.0.1",
    "mocha": "11.7.2",
    "oclif": "4.22.16",
    "open": "10.2.0",
    "prettier-plugin-organize-imports": "4.2.0",
    "semver": "7.7.2",
    "ts-node": "10.9.2",
    "typescript": "5.9.2",
    "esbuild-css-modules-plugin": "3.1.5",
    "valibot": "1.1.0"
  },
  "description": "CLI to work with Brevity Plugins",
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "/bin",
    "/dist",
    "/oclif.manifest.json"
  ],
  "homepage": "https://github.com/brevitybuilder/cli",
  "license": "MIT",
  "main": "",
  "oclif": {
    "bin": "brevity",
    "dirname": "brevity",
    "commands": "./dist/commands",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-plugins"
    ],
    "topicSeparator": " ",
    "topics": {
      "hello": {
        "description": "Say hello to the world and others"
      }
    }
  },
  "repository": "https://github.com/brevitybuilder/cli",
  "scripts": {
    "build": "rm -rf dist && bunx --bun tsc -b",
    "check": "bunx --bun tsc --noEmit",
    "format": "bunx --bun prettier --write 'src/**/*.{ts,tsx,js,jsx,json,md,css,html}'",
    "lint": "oxlint",
    "postpack": "rm -f oclif.manifest.json",
    "prepack": "bun run build && oclif manifest && oclif readme",
    "version": "oclif readme && git add README.md"
  },
  "bugs": "https://github.com/brevitybuilder/cli/issues",
  "keywords": [
    "oclif"
  ],
  "types": "dist/index.d.ts",
  "exports": "./lib/index.js",
  "devDependencies": {
    "oxlint": "1.14.0"
  }
}
