2022-08-23 18:40:19 +00:00
|
|
|
{
|
2022-08-31 16:24:09 +00:00
|
|
|
"name": "mojang-blocklist",
|
2022-08-23 18:40:19 +00:00
|
|
|
"version": "1.0.0",
|
2022-08-31 16:24:09 +00:00
|
|
|
"description": "tracking and identifying blocklisted minecraft servers",
|
2022-08-23 18:40:19 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|