forked from SukkaW/Surge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.28 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "ruleset.skk.moe",
"version": "0.0.0",
"private": true,
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/SukkaW/Surge.git"
},
"scripts": {
"build": "bun ./Build/index.ts",
"build-stream": "ENABLE_TEXT_LINE_STREAM=true bun ./Build/index.ts",
"lint": "eslint --format=sukka ."
},
"author": "",
"license": "ISC",
"dependencies": {
"@cliqz/adblocker": "^1.27.11",
"@gorhill/publicsuffixlist": "3.0.1",
"async-retry": "^1.3.3",
"async-sema": "^3.1.1",
"ci-info": "^4.0.0",
"csv-parse": "^5.5.6",
"fast-cidr-tools": "^0.2.5",
"fdir": "^6.1.1",
"mnemonist": "^0.39.8",
"path-scurry": "^1.11.1",
"picocolors": "^1.0.1",
"punycode": "^2.3.1",
"table": "^6.8.2",
"tar-stream": "^3.1.7",
"tldts": "^6.1.31",
"tldts-experimental": "^6.1.31",
"yaml": "^2.4.5"
},
"devDependencies": {
"@eslint-sukka/node": "^6.0.1",
"@types/async-retry": "^1.4.8",
"@types/bun": "^1.1.6",
"@types/tar-stream": "^3.1.3",
"bun-types": "^1.1.18",
"eslint": "^9.6.0",
"eslint-config-sukka": "^6.0.1",
"eslint-formatter-sukka": "^6.0.1",
"mitata": "^0.1.11",
"typescript": "^5.5.3"
},
"resolutions": {
"has": "npm:@nolyfill/has@latest"
}
}