-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
43
44
{
"name": "iot-discord-bot",
"version": "1.0.0",
"description": "Discord Bot for IOT-IMIN Olympia Training",
"main": "main.js",
"scripts": {
"test": "node main.js",
"start": "node main.js",
"deploy-command": "node deploy-commands.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/congminh1254/iot-discord-bot.git"
},
"author": "Minh Nguyen Cong",
"license": "ISC",
"bugs": {
"url": "https://github.com/congminh1254/iot-discord-bot/issues"
},
"homepage": "https://github.com/congminh1254/iot-discord-bot#readme",
"devDependencies": {
"eslint": "^7.15.0"
},
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"@discordjs/voice": "^0.7.2",
"@google-cloud/translate": "^6.0.5",
"cors": "^2.8.5",
"discord-api-types": "^0.37.28",
"discord.js": "^13.3.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.7",
"express": "^4.17.1",
"firebase-admin": "^11.8.0",
"moment": "^2.29.4",
"node-fetch": "^2.6.1",
"node-schedule": "^1.3.2",
"puppeteer": "^20.1.2",
"socket.io-client": "^4.5.1"
},
"engines": {
"node": "17.x"
}
}