{
  "name": "heartbeads",
  "version": "0.6.6",
  "description": "Interactive dependency graph viewer for beads (bd) issues",
  "keywords": [
    "beads",
    "bd",
    "issue-tracking",
    "dependency-graph",
    "visualization"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/GainForest/heartbeads.git"
  },
  "license": "MIT",
  "bin": {
    "heartbeads": "./bin/heartbeads.mjs"
  },
  "files": [
    "app",
    "components",
    "hooks",
    "lib",
    "bin",
    "scripts",
    "public",
    ".next/server",
    ".next/static",
    ".next/BUILD_ID",
    ".next/build-manifest.json",
    ".next/app-build-manifest.json",
    ".next/app-path-routes-manifest.json",
    ".next/export-marker.json",
    ".next/images-manifest.json",
    ".next/package.json",
    ".next/prerender-manifest.json",
    ".next/react-loadable-manifest.json",
    ".next/required-server-files.json",
    ".next/routes-manifest.json",
    ".next/next-minimal-server.js.nft.json",
    ".next/next-server.js.nft.json",
    "next.config.mjs",
    "tailwind.config.ts",
    "tsconfig.json",
    "postcss.config.mjs",
    "package.json"
  ],
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "prepublishOnly": "next build"
  },
  "dependencies": {
    "@atproto/api": "^0.18.20",
    "@atproto/jwk-jose": "^0.1.11",
    "@atproto/oauth-client-node": "^0.3.16",
    "@atproto/syntax": "^0.4.3",
    "@types/d3-force": "^3.0.10",
    "d3-force": "^3.0.0",
    "iron-session": "^8.0.4",
    "next": "^16.1.6",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-force-graph-2d": "^1.25.7",
    "react-markdown": "^10.1.0",
    "remark-gfm": "^4.0.1",
    "yaml": "^2.8.2"
  },
  "devDependencies": {
    "@types/node": "^20.17.0",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "autoprefixer": "^10.4.20",
    "postcss": "^8.4.49",
    "tailwindcss": "^3.4.16",
    "typescript": "^5.7.2"
  }
}
