mirror of
https://gitlab.com/upRootNutrition/zookeeper.git
synced 2025-06-15 09:55:12 -05:00
16 lines
294 B
JSON
16 lines
294 B
JSON
{
|
|
"name": "discord-bot",
|
|
"version": "1.0.0",
|
|
"description": "A simple Discord bot",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"discord.js": "^14.0.0",
|
|
"dotenv": "^16.4.5"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|