Files
AdguardFilters/package.json
dependabot[bot] a534bcdda3 Bump @adguard/aglint from 4.0.0-beta.2 to 4.0.0-beta.3 (#219705)
Bumps [@adguard/aglint](https://github.com/AdguardTeam/AGLint) from 4.0.0-beta.2 to 4.0.0-beta.3.
- [Release notes](https://github.com/AdguardTeam/AGLint/releases)
- [Changelog](https://github.com/AdguardTeam/AGLint/blob/v4.0.0-beta.3/CHANGELOG.md)
- [Commits](https://github.com/AdguardTeam/AGLint/compare/v4.0.0-beta.2...v4.0.0-beta.3)

---
updated-dependencies:
- dependency-name: "@adguard/aglint"
  dependency-version: 4.0.0-beta.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 20:05:47 +02:00

35 lines
1.0 KiB
JSON

{
"name": "@adguard/filters",
"author": "AdGuard Software Ltd.",
"license": "GPL-3.0-only",
"type": "module",
"engines": {
"node": ">=20.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 --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.3",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"markdownlint": "^0.40.0",
"markdownlint-cli": "^0.46.0"
}
}