forked from sounak9725/IRF_Event_Logging
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 716 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 716 Bytes
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
{
"$schema": "https://json.schemastore.org/package.json",
"name": "irf-event-logging-bot",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node scripts/start.js",
"dev": "NODE_ENV=development node scripts/start.js",
"pm2": "node scripts/start.js --pm2",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "suman9725",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.9.0",
"discord.js": "^14.19.3",
"dotenv": "^16.3.1",
"google-auth-library": "^9.15.1",
"googleapis": "^148.0.0",
"moment": "^2.30.1",
"mongoose": "^8.14.2",
"noblox.js": "^6.2.0",
"node-fetch": "^2.6.9"
}
}