-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 969 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 969 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
28
29
30
31
32
33
34
35
36
{
"name": "compacter",
"version": "3.1.2",
"description": "",
"main": "./src/index.js",
"author": "Bardia Shafaee",
"license": "MIT",
"scripts": {
"start": "node .",
"test": "nodemon",
"updateDJS": "npm uninstall discord.js && npm i discord.js@latest"
},
"dependencies": {
"axios": "^1.3.4",
"bad-words": "^3.0.4",
"body-parser": "^1.20.2",
"chalk": "^4.1.2",
"console-table-printer": "^2.11.1",
"cookie-parser": "^1.4.6",
"discord-arts": "^0.4.0",
"discord-html-transcripts": "^3.1.4",
"discord.js": "^14.9.0",
"express": "^4.18.2",
"glob": "^10.2.1",
"mongodb": "^5.5.0",
"mongoose": "^7.1.1",
"ms": "^2.1.3",
"nanoid": "^2.1.11",
"pretty-ms": "^8.0.0",
"undici": "^5.20.0"
},
"devDependencies": {
"dotenv": "^16.3.1",
"nodemon": "^3.0.1"
}
}