{
  "name": "notion-github-sync",
  "version": "1.0.0",
  "description": "Sync system between Notion (dashboard/log) and GitHub (system brain)",
  "main": "index.js",
  "scripts": {
    "sync-notion-to-github": "node sync-notion-to-github.js",
    "sync-github-to-notion": "node sync-github-to-notion.js",
    "sync-founder-log": "node sync-founder-log.js",
    "run-all": "node run-all-syncs.js",
    "test": "node test-sync.js",
    "setup": "./setup.sh"
  },
  "dependencies": {
    "@notionhq/client": "^2.2.15",
    "@octokit/rest": "^20.0.2",
    "dotenv": "^16.3.1",
    "axios": "^1.6.2",
    "fs-extra": "^11.2.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}