{
  "name": "envfix",
  "version": "1.2.0",
  "description": "A tiny environment configuration doctor — diagnose, fix and generate .env files. Zero dependencies, CI friendly.",
  "keywords": [
    "env",
    "dotenv",
    "environment",
    "env-example",
    "cli",
    "check",
    "validate",
    "ci"
  ],
  "license": "MIT",
  "author": "Gokhan Ozgezer <gokhanozgezer@gmail.com> (https://github.com/gokhanozgezer)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gokhanozgezer/envfix.git"
  },
  "bugs": {
    "url": "https://github.com/gokhanozgezer/envfix/issues"
  },
  "homepage": "https://github.com/gokhanozgezer/envfix#readme",
  "main": "src/checker.js",
  "bin": {
    "envfix": "bin/cli.js"
  },
  "files": [
    "bin",
    "src"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "test": "node --test test/*.test.js"
  }
}
