Files
AdguardFilters/package.json
dependabot[bot] 707fad23a1 Bump markdownlint from 0.38.0 to 0.39.0 (#215389)
Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.38.0 to 0.39.0.
- [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.38.0...v0.39.0)

---
updated-dependencies:
- dependency-name: markdownlint
  dependency-version: 0.39.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>
2025-10-15 16:35:48 +03:00

35 lines
980 B
JSON

{
"name": "@adguard/filters",
"author": "AdGuard Software Ltd.",
"license": "GPL-3.0-only",
"type": "module",
"engines": {
"node": ">=18.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",
"markdownlint": "markdownlint .",
"lint": "npm run aglint && npm run markdownlint",
"prepare": "node .husky/install.js"
},
"lint-staged": {
"*.txt": "aglint",
"*.md": "markdownlint"
},
"devDependencies": {
"@adguard/aglint": "3.0.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.4",
"markdownlint": "^0.39.0",
"markdownlint-cli": "^0.45.0"
}
}