mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "@adguard/filters",
|
|
"author": "AdGuard Software Ltd.",
|
|
"license": "GPL-3.0-only",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=22",
|
|
"npm": ">=11.10.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 --cache --cache-location .aglintcache --cache-strategy content \"**/*.txt\"",
|
|
"markdownlint": "markdownlint .",
|
|
"lint": "npm run aglint && npm run markdownlint",
|
|
"prepare": "node .husky/install.js"
|
|
},
|
|
"lint-staged": {
|
|
"*.txt": "aglint",
|
|
"*.md": "markdownlint"
|
|
},
|
|
"devDependencies": {
|
|
"@adguard/aglint": "4.0.0-beta.5",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^17.0.5",
|
|
"markdownlint": "^0.40.0",
|
|
"markdownlint-cli": "^0.48.0"
|
|
}
|
|
}
|