-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.74 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.74 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@igor.dvlpr/aria",
"version": "2.3.1",
"description": "🧬 Meet Aria, an efficient Adblock filter list compiler, with many features that make your maintenance of Adblock filter lists a breeze! 🦖",
"sideEffects": false,
"uses": {
"adbt": "2.1.0"
},
"engines": {
"node": ">=18.0"
},
"main": "./dist/bin/aria.mjs",
"module": "./dist/bin/aria.mjs",
"bin": {
"aria": "./dist/bin/aria.mjs"
},
"files": ["dist"],
"scripts": {
"build": "tsc",
"tag": "node ./scripts/tag.mjs",
"dev": "tsc -w --sourcemap",
"test": "vitest run",
"pub": "npm run tag && npm run build && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/igorskyflyer/npm-adblock-aria-compiler.git"
},
"keywords": [
"igorskyflyer",
"igor.dvlpr",
"aria",
"compiler",
"adblock",
"filter",
"filter-list",
"block-list",
"content",
"extension",
"browser",
"dns",
"ads",
"igorskyflyer"
],
"author": "Igor Dimitrijević <igor.dvlpr@gmail.com> (https://github.com/igorskyflyer)",
"license": "MIT",
"funding": "https://ko-fi.com/igorskyflyer",
"bugs": {
"url": "https://github.com/igorskyflyer/npm-adblock-aria-compiler/issues"
},
"homepage": "https://github.com/igorskyflyer/npm-adblock-aria-compiler#readme",
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/figlet": "^1.5.8",
"@types/node": "^18.19.39",
"typescript": "^5.5.3",
"vitest": "^2.0.3"
},
"dependencies": {
"@igor.dvlpr/adblock-filter-counter": "^1.0.0",
"@igor.dvlpr/keppo": "^1.1.0",
"@igor.dvlpr/my-file-path": "^1.0.1",
"@igor.dvlpr/normalized-string": "^1.0.1",
"@igor.dvlpr/upath": "^3.0.1",
"@igor.dvlpr/zing": "^2.0.1",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"figlet": "^1.7.0"
}
}