{
  "name": "envsitter",
  "version": "0.0.4",
  "private": false,
  "type": "module",
  "description": "Safely inspect and match .env secrets without exposing values",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/boxpositron/envsitter.git"
  },
  "keywords": [
    "dotenv",
    "env",
    "secrets",
    "secret",
    "security",
    "hmac",
    "fingerprint",
    "audit",
    "cli",
    "devops",
    "configuration",
    "config"
  ],
  "license": "MIT",
  "bin": {
    "envsitter": "dist/cli.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "npm run build && node scripts/run-tests.mjs",
    "prepare": "husky"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "husky": "^9.1.7",
    "typescript": "^5.7.3"
  }
}
