Binato/package.json
2021-02-15 07:57:01 +00:00

24 lines
509 B
JSON

{
"name": "Binato",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"aes256": "^1.0.4",
"chalk": "^4.0.0",
"express": "^4.17.1",
"fs": "0.0.1-security",
"osu-packet": "^4.1.2",
"python-struct": "^1.1.3",
"request": "^2.88.2",
"sync-request": "^6.1.0",
"tcp-netx": "^1.2.11",
"uuid": "^7.0.3"
}
}