Files
DRB-CnC/Client/package.json
2023-06-18 23:21:18 -04:00

26 lines
603 B
JSON

{
"name": "client",
"version": "0.0.0",
"private": true,
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "echo preinstall",
"postinstall": "echo postinstall"
},
"dependencies": {
"convert-units": "^2.3.4",
"cookie-parser": "~1.4.4",
"dotenv": "16.0.3",
"debug": "^4.3.4",
"ejs": "~2.6.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"replace-in-file": "~7.0.1",
"@discordjs/builders": "^1.4.0",
"@discordjs/rest": "^1.4.0",
"discord.js": "^14.7.1"
}
}