{
  "name": "create-mern-boiler-app",
  "version": "1.0.1",
  "description": "MERN Boilerplate app with basic dependencies and structure for quickly starting a web project.",
  "bin": {
    "create-mern-boiler-app": "index.js"
  },
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "mern",
    "boilerplate",
    "create-mern-boiler-app",
    "create-mern-app",
    "starter",
    "fullstack"
  ],
  "author": "Nikhil Tiwari",
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.0.0",
    "execa": "^8.0.0",
    "fs-extra": "^11.0.0",
    "inquirer": "^9.0.0",
    "ora": "^6.0.0"
  }
}
