{ "name": "gitea-notion-bridge", "version": "1.0.0", "description": "Gitea webhook → Notion DB 상태 자동 업데이트 중계 서버", "main": "src/index.js", "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js" }, "dependencies": { "@notionhq/client": "^2.2.15", "express": "^4.21.0", "pino": "^9.4.0", "pino-pretty": "^11.2.0" } }