suwayomi-mangadex-dmca
Version:
CLI utility for identifying manga entries in your Suwayomi library that are either missing chapters or have been removed due to takedowns.
43 lines • 998 B
JSON
{
"name": "suwayomi-mangadex-dmca",
"version": "0.2.3",
"description": "CLI utility for identifying manga entries in your Suwayomi library that are either missing chapters or have been removed due to takedowns.",
"keywords": [
"suwayomi",
"tachidesk",
"mangadex",
"dmca",
"missing",
"chapters"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jipaix/suwayomi-mangadex-dmca.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jipaix/suwayomi-mangadex-dmca/issues"
},
"main": "./script/lib.js",
"module": "./esm/lib.js",
"exports": {
".": {
"import": "./esm/lib.js",
"require": "./script/lib.js"
}
},
"scripts": {
"test": "node test_runner.js"
},
"bin": {
"suwayomi-mangadex-dmca": "./esm/main.js"
},
"dependencies": {
"@deno/shim-deno": "~0.18.0"
},
"devDependencies": {
"@types/node": "^20.9.0",
"picocolors": "^1.0.0"
},
"_generatedBy": "dnt@dev"
}