Files

26 lines
536 B
JSON
Raw Permalink 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",
2022-09-29 11:44:55 -04:00
"node-ical": "^0.15.1",
"stripe": "^9.15.0",
2022-08-12 20:01:29 -07:00
"undici": "^5.8.0",
"uuid": "^8.3.2"
2022-07-24 08:49:29 +03:00
},
"type": "module"
}