{
  "name": "env-swap",
  "version": "1.1.0",
  "description": "Interactive environment file switcher",
  "type": "module",
  "main": "env-swap.js",
  "bin": {
    "env-swap": "env-swap.js"
  },
  "keywords": [
    "env",
    "environment",
    "dotenv",
    "switcher"
  ],
  "author": "egriff38",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/egriff38/env-swap.git"
  },
  "dependencies": {
    "chalk": "^5.4.1",
    "inquirer": "^12.5.0"
  }
}
