-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 894 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
{
"name": "me_irl_bot",
"version": "1.0.0",
"description": "sends dank memes to slack channels",
"main": "index.js",
"repository": "https://github.com/shrugs/me_irl_bot",
"author": "Matt Condon (shrugs)",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vc dev"
},
"devDependencies": {
"@types/isomorphic-fetch": "^0.0.35",
"@types/lodash": "^4.14.161",
"@types/node": "^14.11.2",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"@vercel/node": "^1.8.3",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.2",
"typescript": "^4.0.3"
},
"dependencies": {
"@slack/events-api": "^2.3.4",
"@slack/web-api": "^5.12.0",
"isomorphic-unfetch": "^3.0.0",
"lodash": "^4.17.20",
"raw-body": "^2.4.1"
}
}