hullcss-discord-bot/package.json

19 lines
366 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.js": "^13.8.1",
"dotenv": "^16.0.1",
"glob": "^7.2.3"
}
}