19 lines
367 B
JSON
19 lines
367 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.10.2",
|
|
"dotenv": "^16.0.1",
|
|
"glob": "^7.2.3"
|
|
}
|
|
}
|