-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 916 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
30
31
32
33
34
35
{
"name": "zeps-filters",
"version": "1.0.0",
"description": "Adblocker filter list for removing certain annoyances and distractions",
"main": "index.js",
"scripts": {
"lint:filters": "aglint",
"lint:md": "markdownlint --ignore-path ./.gitignore \"**/*.md\"",
"lint": "pnpm run \"/^lint:.*/\"",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WhistlingZephyr/zeps-filters.git"
},
"keywords": [
"ublock-origin",
"adguard",
"filterlist",
"annoyances",
"discord",
"distracting-elements"
],
"author": "WhistlingZephyr",
"license": "MIT",
"bugs": {
"url": "https://github.com/WhistlingZephyr/zeps-filters/issues"
},
"homepage": "https://github.com/WhistlingZephyr/zeps-filters#readme",
"dependencies": {
"@adguard/aglint": "^2.0.8",
"husky": "^9.0.11",
"markdownlint-cli": "^0.39.0"
}
}