20 lines
441 B
JSON
20 lines
441 B
JSON
{
|
|
"dependencies": {
|
|
"axios": "^1.6.8",
|
|
"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"
|
|
}
|