hullcss-discord-bot/package.json

20 lines
401 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": {
"discord-modal": "^1.0.3",
"discord.js": "^13.7.0",
2022-06-01 21:17:26 +01:00
"dotenv": "^16.0.1",
2022-05-14 21:09:29 +01:00
"glob": "^8.0.3"
}
}