-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.06 KB
/
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
{
"name": "martin-bot",
"version": "1.0.0",
"description": "![martin-bot-img](https://user-images.githubusercontent.com/25656510/64355809-ce580180-d03c-11e9-94a1-91cc3f24aea5.png) ### 소개 우아한테크코스 1기의 크루인 마틴을 따라하는 슬랙봇.",
"main": "index.js",
"dependencies": {
"@slack/client": "^5.0.2",
"@slack/events-api": "^2.3.0",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"request": "^2.88.0",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.2.1"
},
"devDependencies": {},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dasistHYOJIN/martin-slackbot.git"
},
"author": "Hyo-Jin(Ehem, Hé-reine, エ-ヘム, 譪解胟, 咳咳)",
"license": "ISC",
"bugs": {
"url": "https://github.com/dasistHYOJIN/martin-slackbot/issues"
},
"homepage": "https://github.com/dasistHYOJIN/martin-slackbot#readme"
}