{
  "name": "vercount-react",
  "version": "0.1.4",
  "type": "module",
  "description": "The React component for Vercount, a simple website counter powered by NextJS.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "keywords": [
    "react",
    "vercount",
    "counter",
    "website"
  ],
  "author": {
    "name": "Evan Luo",
    "email": "contact@ohevan.com",
    "url": "https://evannotfound.com"
  },
  "homepage": "https://vercount.one",
  "license": "GPL-3.0",
  "scripts": {
    "build": "bunchee",
    "dev": "bunchee --watch",
    "prepublish": "pnpm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EvanNotFound/vercount-react"
  },
  "devDependencies": {
    "@types/react": "^18.3.11",
    "@types/react-dom": "^18.3.1",
    "bunchee": "^5.5.1",
    "next": "^15.0.0",
    "prettier": "^3.3.3",
    "prettier-plugin-tailwindcss": "^0.6.8",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "typescript": "^5.6.3"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  }
}
