Files
AdguardFilters/package.json
dependabot[bot] 41c82ef96a Bump lint-staged from 17.1.0 to 17.2.0 (#237146)
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 17.1.0 to 17.2.0.
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v17.1.0...v17.2.0)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-version: 17.2.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-07-31 15:03:27 +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.2.0",
"markdownlint": "^0.41.1",
"markdownlint-cli": "^0.49.1"
}
}