forked from ChaitanyaLKulkarni/COCBot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 893 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": "coc-bot-node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"startDev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChaitanyaLKulkarni/COCBot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ChaitanyaLKulkarni/COCBot/issues"
},
"homepage": "https://github.com/ChaitanyaLKulkarni/COCBot#readme",
"dependencies": {
"axios": "^0.21.1",
"axios-cookiejar-support": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongodb": "^3.6.6",
"tmi.js": "^1.8.1",
"tough-cookie": "^4.0.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}