forked from AdguardTeam/AdguardFilters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 827 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"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.0.9",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"markdownlint": "^0.34.0",
"markdownlint-cli": "^0.41.0"
}
}