{
  "name": "gitignore-synthesizer",
  "version": "1.0.0",
  "description": "Generate smart .gitignore files based on your project's actual contents",
  "bin": {
    "gignore": "./index.js"
  },
  "keywords": [
    "gitignore",
    "cli",
    "git",
    "nodejs",
    "automation",
    "file-scanner"
  ],
  "license": "MIT",
  "author": "Omji Kesharwani",
  "type": "module",
  "dependencies": {
    "axios": "^1.9.0",
    "chalk": "^5.4.1",
    "globby": "^14.1.0",
    "inquirer": "^12.6.3",
    "ora": "^8.2.0"
  }
}
