2022-05-14 16:57:59 +01:00
|
|
|
{
|
|
|
|
"name": "hullcss",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node index.js",
|
|
|
|
"test": "nodemon index.js"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2022-08-16 16:50:00 +01:00
|
|
|
"discord.js": "^13.10.2",
|
2022-06-01 21:17:26 +01:00
|
|
|
"dotenv": "^16.0.1",
|
2022-06-25 19:26:23 +01:00
|
|
|
"glob": "^7.2.3"
|
2022-05-14 16:57:59 +01:00
|
|
|
}
|
|
|
|
}
|