hullcss-discord-bot/package.json

19 lines
367 B
JSON
Raw Normal View History

{
"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"
}
}