initial commit

This commit is contained in:
Aiden
2022-10-07 14:31:30 +02:00
parent b8b1aee4e6
commit f06f277329
18 changed files with 2606 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "pteromanagement",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}
}