You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
403 B
17 lines
403 B
|
3 weeks ago
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|