Binato/package.json

25 lines
509 B
JSON
Raw Normal View History

2020-08-27 13:09:35 +01:00
{
"name": "Binato",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2021-01-26 12:26:46 +00:00
"aes256": "^1.0.4",
2020-08-27 13:09:35 +01:00
"chalk": "^4.0.0",
"express": "^4.17.1",
"fs": "0.0.1-security",
"osu-packet": "^4.1.2",
"python-struct": "^1.1.3",
2020-08-27 13:09:35 +01:00
"request": "^2.88.2",
"sync-request": "^6.1.0",
2021-01-26 12:26:46 +00:00
"tcp-netx": "^1.2.11",
2020-08-27 13:09:35 +01:00
"uuid": "^7.0.3"
}
}