hullcss-discord-bot/package.json

22 lines
467 B
JSON

{
"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-modals": "^1.3.5",
"discord.js": "^13.7.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"glob": "^8.0.3"
}
}