-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
33
34
35
36
37
38
39
40
41
42
{
"name": "lightbox-quote-checker",
"version": "1.0.1",
"description": "Tells you whether the message you want to type will work with the letters and length of the sign.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"watch": "nodemon server",
"ngrok": "ngrok http 3000 -host-header=localhost",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HellooooNewman/Lightbox-Quote-Checker.git"
},
"keywords": [
"light",
"box",
"sentence",
"checker",
"slack",
"bot"
],
"author": "Kevin Newman",
"license": "MIT",
"bugs": {
"url": "https://github.com/HellooooNewman/Lightbox-Quote-Checker/issues"
},
"homepage": "https://github.com/HellooooNewman/Lightbox-Quote-Checker#readme",
"dependencies": {
"@slack/bolt": "^3.3.0",
"axios": "^0.21.2",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"request": "^2.88.0"
},
"devDependencies": {
"ngrok": "^3.2.5",
"nodemon": "^2.0.7"
}
}