mirror of
https://github.com/ION606/selmer-bot-website.git
synced 2026-05-14 22:16:54 +00:00
26 lines
536 B
JSON
26 lines
536 B
JSON
{
|
|
"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",
|
|
"node-ical": "^0.15.1",
|
|
"stripe": "^9.15.0",
|
|
"undici": "^5.8.0",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"type": "module"
|
|
}
|