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": {
|
2022-09-05 19:16:47 +00:00
|
|
|
"update-blocklist": "node update_blocklist.js",
|
|
|
|
"update-merged": "node update_merged.js",
|
|
|
|
"update-todo": "comm -23 <(sort -u data/current.txt) <(awk -F= '{print $1}' data/identified.txt |sort -u) | sort -u > data/todo.txt"
|
2022-08-23 18:40:19 +00:00
|
|
|
},
|
|
|
|
"author": "sudofox",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"sha1": "^1.1.1"
|
|
|
|
}
|
|
|
|
}
|