-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
26 lines (26 loc) · 942 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "naver-news-fetching-bot",
"version": "3.0.1",
"description": "특정 검색어에 대한 네이버 뉴스 최신 기사를 자동 수집하여 슬랙 Slack, 잔디 Jandi 또는 구글챗 Google Chat 으로 전송하는 Google Apps Script 기반 서버리스 뉴스봇",
"main": "./src/main.js",
"repository": {
"type": "git",
"url": "https://github.com/seongjinme/naver-news-fetching-bot.git"
},
"author": "Seongjin Hong <[email protected]> (https://seongjin.me/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/seongjinme/naver-news-fetching-bot/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/seongjinme/naver-news-fetching-bot#readme",
"scripts": {
"push": "clasp -P ./src/ push",
"bundle": "bash ./src/bundle.sh"
},
"devDependencies": {
"@google/clasp": "^2.4.2",
"@types/google-apps-script": "^1.0.83",
"prettier": "^3.3.2"
}
}