Files
pterodactyl-status-bot/package.json
T
2022-10-08 15:10:35 +02:00

30 lines
701 B
JSON

{
"name": "pteromanagement",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node main"
},
"repository": {
"type": "git",
"url": "git+https://github.com/4n0nh4x0r/pterobot.git"
},
"author": "4n0nh4x0r",
"license": "ISC",
"bugs": {
"url": "https://github.com/4n0nh4x0r/pterobot/issues"
},
"homepage": "https://github.com/4n0nh4x0r/pterobot#readme",
"dependencies": {
"canvas": "^2.9.1",
"chart.js": "^3.7.1",
"discord-api-types": "^0.33.0",
"discord.js": "^13.11.0",
"hashids": "^2.2.10",
"mysql": "^2.18.1",
"node-fetch": "^2.6.7"
}
}