user-installable-app/package.json

20 lines
393 B
JSON
Raw Permalink Normal View History

2024-10-02 18:38:03 -04:00
{
"name": "installable-bot",
"version": "1.0.0",
"main": "user-bot.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
2024-10-02 18:50:33 -04:00
"cmd-promise": "^1.2.0",
2024-10-02 18:38:03 -04:00
"discord.js": "^14.16.3",
"jsonfile": "^6.1.0",
"mysql2": "^3.11.3",
"unirest": "^0.6.0"
}
}