mojang-blocklist/package.json
2022-08-23 14:40:19 -04:00

16 lines
348 B
JSON

{
"name": "mojang-blacklist",
"version": "1.0.0",
"description": "tracking and identifying blacklisted minecraft servers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "sudofox",
"license": "MIT",
"dependencies": {
"node-fetch": "^3.2.10",
"sha1": "^1.1.1"
}
}