Files
AdguardFilters/package.json
Andrey Meshkov 39ed2ef297 Added a pre-commit hook that runs AGLint and validates filters.
Also, updated the documentation to explain how to set up the
repo properly.
2023-04-25 11:11:41 +03:00

22 lines
613 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": "husky install"
},
"devDependencies": {
"@adguard/aglint": "1.0.11",
"husky": "^8.0.3"
}
}