{
  "name": "@runtime-env/cli",
  "version": "0.7.3",
  "description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.",
  "license": "MIT",
  "author": "Ernest",
  "keywords": [
    "twelve-factor",
    "import-meta-env",
    "json-schema"
  ],
  "bin": {
    "runtime-env": "bin/runtime-env.js"
  },
  "files": [
    "bin"
  ],
  "scripts": {
    "build": "rimraf bin dist && tsc && webpack --mode production && node ./scripts/patchBin.js",
    "pack": "rm -f *.tgz && pnpm pack && node ../../scripts/rename-tgz.js",
    "release": "standard-version --skip.tag -t cli --preset=conventionalcommits --releaseCommitMessageFormat 'chore(release): @runtime-env/cli@{{currentTag}}' --path .",
    "test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/runtime-env/runtime-env.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/runtime-env/runtime-env/issues"
  },
  "homepage": "https://github.com/runtime-env/runtime-env#readme",
  "devDependencies": {
    "@tsconfig/node-lts": "22.0.1",
    "@types/lodash": "4.17.16",
    "@types/node": "22.15.19",
    "@types/serialize-javascript": "5.0.4",
    "webpack-node-externals": "3.0.0"
  },
  "dependencies": {
    "ajv": "8.17.1",
    "ajv-formats": "3.0.1",
    "chokidar": "4.0.3",
    "commander": "14.0.0",
    "json-schema-to-typescript": "15.0.4",
    "lodash": "4.17.21",
    "serialize-javascript": "6.0.2"
  }
}
