Binato/package.json

21 lines
393 B
JSON
Raw Normal View History

2020-08-27 13:09:35 +01:00
{
"name": "binato",
2020-08-27 13:09:35 +01:00
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
2021-02-15 07:57:01 +00:00
"license": "MIT",
2020-08-27 13:09:35 +01:00
"dependencies": {
"chalk": "^4.1.0",
2020-08-27 13:09:35 +01:00
"express": "^4.17.1",
"mysql": "^2.18.1",
2020-08-27 13:09:35 +01:00
"osu-packet": "^4.1.2",
"request": "^2.88.2",
"uuid": "^8.3.2"
2020-08-27 13:09:35 +01:00
}
}