{
  "name": "create-neomutt-gmail",
  "version": "0.1.6",
  "description": "Interactive setup wizard for Neomutt + Gmail + OAuth2.0",
  "main": "src/index.js",
  "bin": {
    "create-neomutt-gmail": "./bin/cli.js"
  },
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "dev": "node bin/cli.js"
  },
  "keywords": [
    "neomutt",
    "gmail",
    "oauth2",
    "email",
    "cli",
    "setup",
    "wizard",
    "mutt"
  ],
  "author": "a-lost-social-misfit",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/a-lost-social-misfit/create-neomutt-gmail.git"
  },
  "bugs": {
    "url": "https://github.com/a-lost-social-misfit/create-neomutt-gmail/issues"
  },
  "homepage": "https://github.com/a-lost-social-misfit/create-neomutt-gmail#readme",
  "dependencies": {
    "mutt-config-core": "^0.1.0",
    "config-fs-utils": "^0.1.0",
    "inquirer": "^13.2.1",
    "chalk": "^5.6.2",
    "ora": "^9.1.0",
    "node-fetch": "^3.3.2"
  },
  "devDependencies": {
    "jest": "^30.2.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "type": "module"
}
