Files
AdguardFilters/package.json
dependabot[bot] dd88916042 Bump markdownlint from 0.35.0 to 0.36.1 (#191756)
Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.35.0 to 0.36.1.
- [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.35.0...v0.36.1)

---
updated-dependencies:
- dependency-name: markdownlint
  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>
2024-11-02 20:03:20 +03:00

30 lines
826 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.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"markdownlint": "^0.36.1",
"markdownlint-cli": "^0.41.0"
}
}