-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
40 lines (40 loc) · 993 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "letterbot",
"version": "1.0.0",
"description": "github action 으로 만든 디스코드, 슬랙에 아침 8시에 브리핑 해주는 봇입니다.",
"main": "app.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node dist/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cjaewon/letterbot.git"
},
"keywords": [
"letterbot",
"github",
"ation",
"discord",
"slack",
"letter"
],
"author": "cjaewon",
"license": "MIT",
"bugs": {
"url": "https://github.com/cjaewon/letterbot/issues"
},
"homepage": "https://github.com/cjaewon/letterbot#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"@slack/webhook": "^5.0.3",
"@types/axios": "^0.14.0",
"@types/cheerio": "^0.22.16",
"@types/node": "^13.9.1",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.3",
"ts-node": "^8.6.2",
"typescript": "^3.8.3"
}
}