-
Notifications
You must be signed in to change notification settings - Fork 277
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.15 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.15 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
71
{
"name": "ruleset.skk.moe",
"version": "0.0.0",
"private": true,
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/SukkaW/Surge.git"
},
"type": "commonjs",
"scripts": {
"node": "SWC_NODE_IGNORE_DYNAMIC=true node -r @swc-node/register",
"dexnode": "SWC_NODE_IGNORE_DYNAMIC=true dexnode -r @swc-node/register",
"build": "pnpm run node ./Build/index.ts",
"build-profile": "pnpm run dexnode -r @swc-node/register ./Build/index.ts",
"lint": "eslint --format=sukka .",
"test": "SWC_NODE_IGNORE_DYNAMIC=true SWC_NODE_PROJECT=tsconfig.test.json mocha --require @swc-node/register --watch-extensions ts,tsx"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ghostery/adblocker": "^2.14.3",
"@henrygd/queue": "^1.2.0",
"@mitata/counters": "^0.0.8",
"ci-info": "^4.4.0",
"cli-progress": "^3.12.0",
"csv-parse": "^6.2.1",
"domain-alive": "^0.1.22",
"fast-cidr-tools": "^0.3.4",
"fast-escape-regexp": "^1.0.1",
"fast-uri": "^3.1.0",
"fdir": "^6.5.0",
"foxts": "^5.4.1",
"hash-wasm": "^4.12.0",
"json-stringify-pretty-compact": "4.0.0",
"null-prototype-object": "^1.2.7",
"picocolors": "^1.1.1",
"tar-fs": "^3.1.2",
"telegram": "^2.26.22",
"tinyglobby": "^0.2.16",
"tldts": "^7.0.29",
"tldts-experimental": "^7.0.29",
"undici": "^8.1.0",
"undici-cache-store-better-sqlite3": "^1.0.1",
"why-is-node-running": "^3.2.2",
"xbits": "^0.2.0",
"yaml": "^2.8.3",
"yauzl-promise": "^4.0.0"
},
"devDependencies": {
"@eslint-sukka/node": "^8.10.0",
"@swc-node/register": "^1.11.1",
"@swc/core": "1.13.5",
"@types/better-sqlite3": "^7.6.13",
"@types/cli-progress": "^3.11.6",
"@types/mocha": "^10.0.10",
"@types/node": "^25.6.0",
"@types/tar-fs": "^2.0.4",
"@types/yauzl-promise": "^4.0.1",
"earl": "^2.0.0",
"eslint": "^10.2.1",
"eslint-config-sukka": "^8.10.0",
"eslint-formatter-sukka": "^8.10.0",
"jest-worker": "^30.3.0",
"mitata": "^1.0.34",
"mocha": "^11.7.5",
"tinyexec": "^1.1.2",
"typescript": "^6.0.3"
},
"packageManager": "pnpm@11.0.1"
}