Add index file
[Adblock-list-backups-hufilter.git] / package.json
blob794f88c29bf3246a873319c3d220c09a9059e138
2   "name": "hufilter",
3   "author": "Hufilter contributors",
4   "license": "CC-BY-4.0",
5   "repository": {
6     "type": "git",
7     "url": "git+https://github.com/hufilter/hufilter.git"
8   },
9   "bugs": {
10     "url": "https://github.com/hufilter/hufilter/issues"
11   },
12   "homepage": "https://github.com/hufilter/hufilter#readme",
13   "scripts": {
14     "build": "node assets/scripts/build.js",
15     "lint": "pnpm lint:ab && pnpm lint:md",
16     "lint:ab": "aglint",
17     "lint:md": "markdownlint .",
18     "prepare": "node .husky/install.mjs"
19   },
20   "lint-staged": {
21     "sections/**/*.txt": "aglint",
22     "*.md": "markdownlint"
23   },
24   "devDependencies": {
25     "@adguard/aglint": "^2.0.8",
26     "@adguard/dead-domains-linter": "^1.0.19",
27     "dateformat": "^4.6.3",
28     "husky": "^9.0.7",
29     "lint-staged": "^15.2.1",
30     "markdownlint": "^0.32.1",
31     "markdownlint-cli": "^0.37.0"
32   },
33   "packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"