{
  "packageManager": "yarn@4.11.0+sha512.4e54aeace9141df2f0177c266b05ec50dc044638157dae128c471ba65994ac802122d7ab35bcd9e81641228b7dcf24867d28e750e0bcae8a05277d600008ad54",
  "name": "@quonfig/cli",
  "version": "0.0.72",
  "bugs": {
    "url": "https://github.com/quonfig/cli/issues"
  },
  "homepage": "https://github.com/quonfig/cli#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/quonfig/cli.git"
  },
  "keywords": [
    "oclif"
  ],
  "bin": {
    "qfg": "./bin/run.js"
  },
  "dependencies": {
    "@inquirer/prompts": "^5.0.0",
    "@oclif/core": "^3.18.2",
    "@oclif/plugin-help": "^6",
    "@oclif/plugin-plugins": "^4",
    "@oclif/plugin-warn-if-update-available": "3.0.16",
    "@quonfig/node": "^1.0.0",
    "acorn": "^8.10.0",
    "acorn-walk": "^8.3.5",
    "chalk": "^5.6.2",
    "common-tags": "^1.8.2",
    "fuzzy": "^0.1.3",
    "inquirer-autocomplete-standalone": "^0.8.1",
    "lodash.camelcase": "^4.3.0",
    "mustache": "^4.2.0",
    "node-forge": "^1.4.0",
    "typescript": "^5",
    "zod": "^4.4.3"
  },
  "description": "Quonfig CLI.\n\n  Inject configs/secrets as env vars (preferred for scripts and CI):\n    qfg run --env DATABASE_URL=db.url --env API_KEY=stripe.key -- ./bin/migrate\n\n  Other common usage:\n    qfg get <key> --environment <env>     read a single value\n    qfg list                              show all keys in the workspace\n    qfg config-schema && qfg pull         set up arbitrary targeting rules (email, plan, segment, custom property)",
  "devDependencies": {
    "@oclif/prettier-config": "^0.2.1",
    "@oclif/test": "^3",
    "@types/chai": "^4",
    "@types/common-tags": "^1.8.4",
    "@types/lodash.camelcase": "^4.3.9",
    "@types/mocha": "^10.0.10",
    "@types/mustache": "^4.2.5",
    "@types/node": "^18",
    "@types/node-forge": "^1.3.14",
    "chai": "^4",
    "eslint": "^8",
    "eslint-config-oclif": "^5",
    "eslint-config-oclif-typescript": "^3",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-markdown": "^5.1.0",
    "eslint-plugin-only-error": "^1.0.2",
    "mocha": "^11.7.5",
    "msw": "^2.14.6",
    "oclif": "^4.23.7",
    "prettier": "^3.8.3",
    "shx": "^0.3.4",
    "ts-node": "^10.9.1",
    "tsx": "^4.22.0"
  },
  "engines": {
    "node": ">=20.9.0"
  },
  "files": [
    "/bin",
    "/dist",
    "/oclif.manifest.json"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "",
  "oclif": {
    "bin": "qfg",
    "dirname": "qfg",
    "commands": "./dist/commands",
    "plugins": [
      "@oclif/plugin-warn-if-update-available"
    ],
    "warn-if-update-available": {
      "message": "<%= config.name %> update available from <%= chalk.greenBright(config.version) %> to <%= chalk.greenBright(latest) %>.\nRun <%= chalk.cyan('npm i -g ' + config.name) %> to upgrade."
    },
    "topicSeparator": " ",
    "helpClass": "./dist/help",
    "stacktrace": false,
    "hooks": {
      "init": "./dist/hooks/init/friction-log"
    }
  },
  "scripts": {
    "prebuild": "node scripts/generate-version.mjs",
    "build": "shx rm -rf dist && tsc -b",
    "lint": "eslint --cache=true \"**/*.{ts,md,json}\"",
    "lint:fix": "eslint --cache=true --fix \"**/*.{ts,md,json}\"",
    "postpack": "shx rm -f oclif.manifest.json",
    "posttest": "npm run lint",
    "prepack": "npm run readme",
    "prettier": "prettier -l \"**/*.{ts,md,json}\"",
    "prettier:fix": "prettier --write \"**/*.{ts,md,json}\"",
    "readme": "npm run build && oclif manifest && oclif readme",
    "test": "NODE_ENV=test mocha \"test/**/*.test.ts\" --exit",
    "test:ci": "NODE_ENV=test mocha --forbid-only \"test/**/*.test.ts\" --exit",
    "test:debug:single": "node --inspect-brk --loader ts-node/esm --no-warnings=ExperimentalWarning ./node_modules/.bin/mocha --exit",
    "update-submodule": "git submodule update --remote src/quonfig-common",
    "version": "prettier --write CHANGELOG.md README.md && git add CHANGELOG.md README.md"
  },
  "types": "dist/index.d.ts",
  "exports": "./dist/index.js",
  "type": "module"
}
