{
  "name": "next-tribune-blog",
  "version": "2.0.0",
  "description": "Automatic blog generator for Next.js from Tribune.sh blockchain articles",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist",
    "templates"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "postinstall": "node dist/scripts/setup.js"
  },
  "keywords": [
    "nextjs",
    "blog",
    "blockchain",
    "tribune",
    "wagmi",
    "viem",
    "typescript"
  ],
  "author": "Your Name",
  "license": "MIT",
  "peerDependencies": {
    "next": ">=13.0.0",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "dependencies": {
    "gray-matter": "^4.0.3",
    "remark": "^14.0.3",
    "remark-html": "^15.0.2",
    "fs-extra": "^11.1.1",
    "globby": "^13.2.2",
    "viem": "^2.0.0",
    "wagmi": "^2.0.0",
    "@wagmi/core": "^2.0.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.1",
    "@types/node": "^20.0.0",
    "@types/react": "^18.0.0",
    "typescript": "^5.0.0"
  }
}
