{
  "name": "env-escort",
  "version": "1.2.1",
  "description": "A simple CLI tool to validate .env files against .env.example",
  "author": "Karthick",
  "license": "ISC",
  "main": "dist/index.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/karthick-rs-webdev/env-escort"
  },
  "bin": {
    "env-escort": "bin/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "prebuild": "node dist/index.js",
    "check-env": "node dist/index.js"
  },
  "devDependencies": {
    "@types/node": "^22.13.10",
    "ts-node": "^10.9.2",
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "fs": "^0.0.1-security",
    "path": "^0.12.7"
  },
  "keywords": [
    "env",
    "dotenv",
    "environment-variables",
    "env-checker",
    "env-validator",
    "dotenv-check",
    "missing-env",
    "env-config",
    "env-guard",
    "env-escort",
    "cli",
    "node-cli",
    "typescript",
    "nodejs",
    "config-checker",
    "dotenv-validation"
  ]
}
