{
  "name": "dotenvx-interactive-cli",
  "version": "0.4.0",
  "description": "An interactive CLI tool for managing .env files with dotenvx - encrypt, decrypt, and manage environment variables with ease.",
  "author": "Maxiviper117",
  "license": "MIT",
  "keywords": [
    "cli",
    "typescript",
    "bun",
    "dotenvx",
    "env",
    "environment",
    "encryption",
    "interactive",
    "precommit"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Maxiviper117/dotenvx-interactive-cli.git"
  },
  "bugs": {
    "url": "https://github.com/Maxiviper117/dotenvx-interactive-cli/issues"
  },
  "homepage": "https://github.com/Maxiviper117/dotenvx-interactive-cli#readme",
  "module": "dist/index.js",
  "type": "module",
  "bin": {
    "dotenvx-interactive-cli": "dist/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "@changesets/cli": "^2.29.2",
    "@types/glob": "^8.1.0",
    "brace-expansion": "^4.0.0",
    "chalk": "^5.4.1",
    "commander": "^13.1.0",
    "glob": "^11.0.1",
    "inquirer": "^12.5.2"
  },
  "devDependencies": {
    "@types/bun": "^1.2.10",
    "tsup": "^8.4.0",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "typescript": "^5.8.3"
  },
  "scripts": {
    "build": "tsup",
    "changeset:init": "changeset init",
    "changeset": "changeset",
    "changeset:add": "changeset add",
    "changeset:version": "changeset version",
    "changeset:publish": "changeset publish",
    "prechangeset:publish": "npm run build"
  }
}