{
  "name": "@mikegarde/dotenv-cli",
  "version": "1.1.2",
  "description": "Read and update dotenv files from the cli",
  "bin": {
    "dotenv": "./bin/dotenv"
  },
  "type": "module",
  "files": [
    "bin/",
    "postinstall.js"
  ],
  "scripts": {
    "build": "cargo build --release",
    "test": "cargo clippy --all-targets --all-features -- -D warnings && cargo test --all-features",
    "pack:dry-run": "npm pack --dry-run",
    "publish:npm": "npm publish --access public --registry https://registry.npmjs.org",
    "publish:github": "npm publish --access public --registry https://npm.pkg.github.com",
    "postinstall": "node ./postinstall.js"
  },
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MikeGarde/dotenv-cli.git"
  },
  "keywords": [
    "dotenv",
    "cli",
    "env",
    ".env",
    "DevOps"
  ],
  "author": "Mike Garde",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/MikeGarde/dotenv-cli/issues"
  },
  "homepage": "https://github.com/MikeGarde/dotenv-cli#readme"
}
