{
    "name": "@list-kr/filterslists",
    "version": "2026.20695.32541407",
    "description": "The adblock filters lists for uBO and AdGuard, designed for Korean-language websites",
    "type": "module",
    "scripts": {
        "build": "tsx src/build.ts",
        "lint": "aglint \"filterslists/**/*.txt\"",
        "test": "tsc --noEmit && node --import tsx --test src/filterList.test.ts"
    },
    "files": [
        "dist/**/*"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/List-KR/List-KR.git"
    },
    "license": "GPL-3.0-only",
    "devDependencies": {
        "@adguard/aglint": "^4.0.0-beta.5",
        "@adguard/agtree": "^4.2.1",
        "@types/node": "^24.13.3",
        "tsx": "^4.23.12",
        "typescript": "^7.0.2"
    },
    "packageManager": "pnpm@11.24.0"
}
