Files
general-purpose-bot/package.json
2024-04-02 15:27:34 +02:00

19 lines
418 B
JSON

{
"dependencies": {
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"spotify-web-api-node": "^5.0.2",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7"
},
"name": "minzbot",
"description": "Successor of the Discord.py implementation",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Minz💕",
"license": "ISC"
}