16 lines
348 B
JSON
16 lines
348 B
JSON
{
|
|
"name": "mojang-blocklist",
|
|
"version": "1.0.0",
|
|
"description": "tracking and identifying blocklisted 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"
|
|
}
|
|
}
|