{
  "name": "create-core-dapp",
  "version": "0.1.4",
  "description": "A lightweight, developer-friendly full-stack starter kit for building DApps on Core. Preconfigured with Hardhat, Next.js, and RainbowKit,",
  "bin": {
    "create-core-dapp": "./bin/cli.js"
  },
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start"
  },
  "author": "Core Contributor ",
  "repository": {
    "type": "git",
    "url": "https://github.com/coredao-org/create-core-dapp"
  },
  "keywords": [
    "Core",
    "EVM",
    "DApp",
    "Blockchain",
    "Rainbowkit",
    "Core Blockchain"
  ],
  "license": "ISC",
  "dependencies": {
    "@rainbow-me/rainbowkit": "^2.2.4",
    "@tanstack/react-query": "^5.55.3",
    "chalk": "^4.1.2",
    "figlet": "^1.8.1",
    "next": "^15.1.4",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-toastify": "^11.0.5",
    "viem": "2.27.2",
    "wagmi": "^2.14.11"
  },
  "devDependencies": {
    "@nomicfoundation/hardhat-toolbox": "^5.0.0",
    "@types/node": "^20.14.8",
    "@types/react": "^19.0.6",
    "eslint-config-next": "^15.1.7",
    "hardhat": "^2.23.0",
    "typescript": "5.5.4"
  }
}
