2020-08-27 13:09:35 +01:00
|
|
|
{
|
2021-05-15 00:24:39 +01:00
|
|
|
"name": "binato",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"chalk": "^4.1.0",
|
2021-09-22 19:17:25 +01:00
|
|
|
"compression": "^1.7.4",
|
2021-05-15 00:24:39 +01:00
|
|
|
"express": "^4.17.1",
|
|
|
|
"mysql": "^2.18.1",
|
|
|
|
"osu-packet": "^4.1.2",
|
2021-09-22 19:17:25 +01:00
|
|
|
"prom-client": "^13.2.0",
|
2021-05-15 00:24:39 +01:00
|
|
|
"request": "^2.88.2",
|
|
|
|
"uuid": "^8.3.2"
|
|
|
|
}
|
2021-09-22 19:17:25 +01:00
|
|
|
}
|