{ "name": "@adguard/filters", "author": "AdGuard Software Ltd.", "license": "GPL-3.0-only", "type": "module", "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/AdguardTeam/AdguardFilters.git" }, "bugs": { "url": "https://github.com/AdguardTeam/AdguardFilters/issues" }, "homepage": "https://github.com/AdguardTeam/AdguardFilters#readme", "scripts": { "aglint": "aglint", "markdownlint": "markdownlint .", "lint": "npm run aglint && npm run markdownlint", "prepare": "node .husky/install.js" }, "lint-staged": { "*.txt": "aglint", "*.md": "markdownlint" }, "devDependencies": { "@adguard/aglint": "3.0.0", "husky": "^9.1.7", "lint-staged": "^16.0.0", "markdownlint": "^0.38.0", "markdownlint-cli": "^0.45.0" } }