forked from SukkaW/Surge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.32 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
52
53
54
55
{
"name": "ruleset.skk.moe",
"version": "0.0.0",
"private": true,
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/SukkaW/Surge.git"
},
"scripts": {
"build": "node ./Build/index.js",
"lint": "eslint --format=sukka ."
},
"author": "",
"license": "ISC",
"dependencies": {
"@cliqz/adblocker": "^1.26.10",
"@sukka/listdir": "^0.2.0",
"@vercel/fetch-retry": "^5.1.3",
"async-sema": "^3.1.1",
"ci-info": "^3.9.0",
"cidr-tools-wasm": "^0.0.11",
"eslint": "^8.52.0",
"gorhill-publicsuffixlist": "github:gorhill/publicsuffixlist.js",
"jest-worker": "^29.7.0",
"mnemonist": "^0.39.5",
"path-scurry": "^1.10.1",
"picocolors": "^1.0.0",
"punycode": "^2.3.1",
"table": "^6.8.1",
"tar": "^6.2.0",
"tldts": "^6.0.18",
"undici": "5.27.0"
},
"devDependencies": {
"@eslint-sukka/node": "^4.1.7",
"@types/mocha": "10.0.2",
"@types/node": "^20.6.0",
"chai": "4.3.10",
"eslint-config-sukka": "4.1.7",
"eslint-formatter-sukka": "4.1.7",
"mocha": "^10.2.0"
},
"engines": {
"node": ">=18.0.0"
},
"pnpm": {
"patchedDependencies": {
"@vercel/[email protected]": "patches/@[email protected]"
},
"overrides": {
"has": "npm:@nolyfill/has@latest"
}
}
}