mojang-blocklist/package.json

16 lines
348 B
JSON
Raw Normal View History

{
"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"
}
}