forked from theADAMJR/discord-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 835 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
{
"name": "ws-chat-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord-markdown": "^2.4.1",
"express": "^4.17.1",
"got": "^11.7.0",
"markdown-to-text-emoji": "^1.1.0",
"metascraper": "^5.14.14",
"metascraper-description": "^5.14.14",
"metascraper-image": "^5.14.14",
"metascraper-title": "^5.14.14",
"metascraper-url": "^5.14.14",
"modmail.js": "^2.0.3",
"bsapi.js": "^1.0.8",
"emz": "^0.1.0",
"sandy.js": "1.0.0",
"metascraper-youtube": "^5.14.14",
"socket.io": "^2.3.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}