-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 958 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
35
{
"name": "mommers-co-discord-bot",
"version": "1.0.0",
"main": "client/client.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --trace-warnings client/client.js",
"start": "node client/client.js",
"debug": "node --trace-warnings client/client.js"
},
"repository": {
"type": "git",
"url": "https://github.com/username/repo-name.git"
},
"keywords": [],
"author": "Mommers Co | Development Team",
"license": "MIT",
"description": "Mommers Co Discord Bot",
"dependencies": {
"appwrite": "^15.0.0",
"archiver": "^7.0.1",
"crypto": "^1.0.1",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"moment": "^2.30.1",
"node-appwrite": "^13.0.0",
"node-fetch": "^2.7.0",
"node-schedule": "^2.1.1",
"nodemon": "^3.1.4",
"rss-parser": "^3.13.0",
"systeminformation": "^5.22.11",
"unzipper": "^0.12.3"
}
}