Files
selmer-bot-website/package.json
T

24 lines
486 B
JSON
Raw Normal View History

2022-07-24 08:49:29 +03:00
{
"name": "selmer-bot-website",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ION606",
"license": "ISC",
"dependencies": {
"btoa": "^1.2.1",
"discord.js": "^13.8.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"mongodb": "^4.8.0",
"nginx": "^1.0.8",
"node-fetch": "^3.2.9",
"stripe": "^9.15.0",
2022-07-24 08:49:29 +03:00
"undici": "^5.8.0"
},
"type": "module"
}