Files
AdguardFilters/package.json
dependabot[bot] 662221fa56 Bump markdownlint from 0.40.0 to 0.41.0 (#233823)
Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.40.0 to 0.41.0.
- [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.40.0...v0.41.0)

---
updated-dependencies:
- dependency-name: markdownlint
  dependency-version: 0.41.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-22 15:56:50 +03:00

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.7",
"markdownlint": "^0.41.0",
"markdownlint-cli": "^0.48.0"
}
}