package.json 928 B

1234567891011121314151617181920212223
  1. {
  2. "dependencies": {
  3. "init": "^0.1.2"
  4. },
  5. "devDependencies": {
  6. "@adguard/aglint": "^2.1.3"
  7. },
  8. "name": "adblocker-rules",
  9. "version": "1.0.0",
  10. "description": "[![uBlock syntax](_public/icons/ublock-origin-syntax.svg)](https://github.com/gorhill/uBlock/wiki/Static-filter-syntax) [![AdGuard syntax](_public/icons/adguard-syntax.svg)](https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters) [![ko-fi](_public/icons/ko-fi.png)](https://ko-fi.com/X8X37FUGU) [![Donate](_public/icons/donate.png)](https://github.com/mypdns/matrix/blob/master/DONATION.md) [![My Privacy DNS](_public/icons/logo-h128.png)](https://github.com/mypdns/matrix \"This project is part of My Privacy DNS\")",
  11. "main": "index.js",
  12. "directories": {
  13. "doc": "docs"
  14. },
  15. "scripts": {
  16. "test": "echo \"Error: no test specified\" && exit 1",
  17. "lint": "aglint"
  18. },
  19. "keywords": [],
  20. "author": "",
  21. "license": "ISC"
  22. }