-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 930 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
{
"name": "@ghostery/urlfilter2dnr",
"version": "0.0.1",
"author": "Ghostery GmbH.",
"description": "Converts urlfilters to DNR format",
"license": "GPL-3.0",
"type": "module",
"scripts": {
"build": "bun ./scripts/build.js",
"update-mappings": "bun ./scripts/update.js",
"serve": "bun --watch scripts/serve.js",
"test.unit": "bun test test/unit",
"test.e2e": "playwright test test/e2e/index.spec.js",
"lint": "eslint"
},
"dependencies": {
"@adguard/scriptlets": "^1.12.1",
"@adguard/tsurlfilter": "2.2.23",
"@eyeo/webext-ad-filtering-solution": "1.5.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@ghostery/trackerdb": "^1.0.208",
"@playwright/test": "^1.45.3",
"@types/bun": "^1.1.11",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.11.0",
"prettier": "^3.3.3"
}
}