Files
AdguardFilters/package.json
dependabot[bot] dc826fbad4 Bump lint-staged from 15.5.0 to 15.5.1 (#203114)
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.5.0 to 15.5.1.
- [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/v15.5.0...v15.5.1)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-version: 15.5.1
  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-04-14 12:59:53 +03:00

30 lines
825 B
JSON

{
"name": "@adguard/filters",
"version": "1.0.0",
"author": "AdGuard Software Ltd.",
"license": "GPL-3.0-only",
"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": {
"lint": "aglint",
"prepare": "node .husky/install.mjs"
},
"lint-staged": {
"*.txt": "aglint",
"*.md": "markdownlint"
},
"devDependencies": {
"@adguard/aglint": "2.1.4",
"husky": "^9.1.7",
"lint-staged": "^15.5.1",
"markdownlint": "^0.37.4",
"markdownlint-cli": "^0.44.0"
}
}