Binato/package.json

23 lines
410 B
JSON
Raw Permalink Normal View History

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": {
2021-09-25 16:35:01 +01:00
"aes256": "^1.1.0",
2021-05-15 00:24:39 +01:00
"chalk": "^4.1.0",
"compression": "^1.7.4",
2021-05-15 00:24:39 +01:00
"express": "^4.17.1",
"mysql2": "^2.3.3",
"node-fetch": "^2.6.7",
2021-05-15 00:24:39 +01:00
"osu-packet": "^4.1.2",
"prom-client": "^13.2.0",
"redis": "^4.0.6",
2021-05-15 00:24:39 +01:00
"uuid": "^8.3.2"
}
}