{
  "name": "create-next-mui",
  "version": "0.2.5",
  "description": "Skip the manual setup steps to start with MUI for your upcoming projects",
  "keywords": [
    "nextjs",
    "mui",
    "create-next-mui"
  ],
  "homepage": "https://create-next-mui.vercel.app/",
  "bugs": {
    "url": "https://github.com/thatonevikash/create-next-mui/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thatonevikash/create-next-mui.git"
  },
  "license": "MIT",
  "author": "thatonevikash",
  "type": "module",
  "bin": {
    "create-next-mui": "./src/index.js"
  },
  "files": [
    "src",
    "next-mui-templates",
    "next-mui-features"
  ],
  "main": "index.js",
  "scripts": {
    "start": "node ./src/index.js",
    "lint": "oxlint ./src"
  },
  "dependencies": {
    "@clack/prompts": "^1.5.0",
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "oxlint": "^1.76.0"
  }
}
