1234567891011121314151617181920212223 |
- {
- "dependencies": {
- "init": "^0.1.2"
- },
- "devDependencies": {
- "@adguard/aglint": "^2.1.3"
- },
- "name": "adblocker-rules",
- "version": "1.0.0",
- "description": "[](https://github.com/gorhill/uBlock/wiki/Static-filter-syntax) [](https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters) [](https://ko-fi.com/X8X37FUGU) [](https://github.com/mypdns/matrix/blob/master/DONATION.md) [](https://github.com/mypdns/matrix \"This project is part of My Privacy DNS\")",
- "main": "index.js",
- "directories": {
- "doc": "docs"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "lint": "aglint"
- },
- "keywords": [],
- "author": "",
- "license": "ISC"
- }
|