mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
95 lines
2.8 KiB
JSON
95 lines
2.8 KiB
JSON
{
|
|
"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.11.3",
|
|
"@henrygd/queue": "^1.0.7",
|
|
"@mitata/counters": "^0.0.8",
|
|
"async-retry": "^1.3.3",
|
|
"better-sqlite3": "^12.2.0",
|
|
"ci-info": "^4.3.0",
|
|
"cli-progress": "^3.12.0",
|
|
"csv-parse": "^6.1.0",
|
|
"dns2": "^2.1.0",
|
|
"fast-cidr-tools": "^0.3.2",
|
|
"fast-fifo": "^1.3.2",
|
|
"fast-uri": "^3.0.6",
|
|
"fdir": "^6.5.0",
|
|
"foxts": "^3.11.1",
|
|
"hash-wasm": "^4.12.0",
|
|
"json-stringify-pretty-compact": "3.0.0",
|
|
"null-prototype-object": "^1.2.2",
|
|
"picocolors": "^1.1.1",
|
|
"punycode": "^2.3.1",
|
|
"tar-fs": "^3.1.0",
|
|
"telegram": "^2.26.22",
|
|
"tldts": "^6.1.86",
|
|
"tldts-experimental": "^6.1.86",
|
|
"undici": "^7.14.0",
|
|
"undici-cache-store-better-sqlite3": "^1.0.0",
|
|
"whoiser": "^1.18.0",
|
|
"why-is-node-running": "^3.2.2",
|
|
"worktank": "^3.0.2",
|
|
"xbits": "^0.2.0",
|
|
"yaml": "^2.8.1",
|
|
"yauzl-promise": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint-sukka/node": "^6.23.1",
|
|
"@swc-node/register": "^1.11.1",
|
|
"@swc/core": "^1.13.3",
|
|
"@types/async-retry": "^1.4.9",
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/cli-progress": "^3.11.6",
|
|
"@types/dns2": "^2.0.9",
|
|
"@types/fast-fifo": "^1.3.0",
|
|
"@types/mocha": "^10.0.10",
|
|
"@types/node": "^24.3.0",
|
|
"@types/punycode": "^2.1.4",
|
|
"@types/tar-fs": "^2.0.4",
|
|
"@types/yauzl-promise": "^4.0.1",
|
|
"eslint": "^9.33.0",
|
|
"eslint-config-sukka": "^6.23.1",
|
|
"eslint-formatter-sukka": "^6.23.1",
|
|
"expect": "^30.0.5",
|
|
"mitata": "^1.0.34",
|
|
"mocha": "^11.7.1",
|
|
"tinyexec": "^1.0.1",
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"packageManager": "pnpm@10.14.0",
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"whoiser": "patches/whoiser.patch"
|
|
},
|
|
"onlyBuiltDependencies": [
|
|
"@swc/core",
|
|
"better-sqlite3",
|
|
"unrs-resolver"
|
|
],
|
|
"overrides": {
|
|
"eslint>chalk": "npm:picocolors@^1.1.1",
|
|
"globalthis": "npm:@nolyfill/globalthis@^1.0.44",
|
|
"has": "npm:@nolyfill/has@^1.0.44",
|
|
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.44"
|
|
}
|
|
}
|
|
}
|