-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 834 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": "submit-this",
"version": "0.2.2",
"description": "slack bot to generate \"submission\" urls",
"main": "index.js",
"author": "baob <[email protected]>",
"homepage": "https://github.com/baob/submit-this",
"bugs": {
"url": "https://github.com/baob/submit-this/issues"
},
"license": "MIT",
"private": false,
"scripts": {
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@slack/events-api": "^2.3.2",
"@slack/web-api": "^5.8.0",
"dotenv": "^8.2.0",
"nodemon": "^2.0.3",
"open-graph-scraper": "^3.6.2"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-json": "^2.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^25.3.0",
"prettier": "2.0.4"
}
}