{
  "name": "@cvyadnik/quicknode",
  "version": "1.1.6",
  "description": "A CLI tool to quickly generate Node.js + Express projects with database setup",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "quicknode",
    "cli",
    "express",
    "nodejs",
    "project-generator",
    "api-generator",
    "mongodb",
    "mysql",
    "postgresql",
    "sqlite",
    "backend",
    "development",
    "automation"
  ],
  "author": "Chetan Yadnik | WindHans Technologies Pvt. Ltd.",
  "license": "ISC",
  "dependencies": {
    "chalk": "^5.4.1",
    "figlet": "^1.8.0",
    "fs-extra": "^11.3.0",
    "inquirer": "^12.4.2",
    "shelljs": "^0.8.5"
  },
  "bin": {
    "quicknode": "./index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module"
}
