mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
88 lines
2.5 KiB
JSON
88 lines
2.5 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": "SWCRC=true node -r @swc-node/register",
|
|
"dexnode": "SWCRC=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",
|
|
"build-webstream": "ENABLE_EXPERIMENTAL_WEBSTREAMS=true pnpm run node ./Build/index.ts",
|
|
"lint": "eslint --format=sukka .",
|
|
"test": "SWCRC=true SWC_NODE_PROJECT=tsconfig.test.json mocha --require @swc-node/register --watch-extensions ts,tsx"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@ghostery/adblocker": "^2.6.0",
|
|
"@henrygd/queue": "^1.0.7",
|
|
"@mitata/counters": "^0.0.8",
|
|
"async-retry": "^1.3.3",
|
|
"better-sqlite3": "^11.10.0",
|
|
"ci-info": "^4.2.0",
|
|
"csv-parse": "^5.6.0",
|
|
"dns2": "^2.1.0",
|
|
"fast-cidr-tools": "^0.3.2",
|
|
"fast-fifo": "^1.3.2",
|
|
"fdir": "^6.4.4",
|
|
"foxts": "^3.3.1",
|
|
"hash-wasm": "^4.12.0",
|
|
"json-stringify-pretty-compact": "3.0.0",
|
|
"picocolors": "^1.1.1",
|
|
"punycode": "^2.3.1",
|
|
"tar-fs": "^3.0.8",
|
|
"tldts": "^6.1.86",
|
|
"tldts-experimental": "^6.1.86",
|
|
"undici": "^7.10.0",
|
|
"undici-cache-store-better-sqlite3": "^1.0.0",
|
|
"whoiser": "^1.18.0",
|
|
"why-is-node-running": "^3.2.2",
|
|
"worktank": "^2.7.3",
|
|
"xbits": "^0.2.0",
|
|
"yaml": "^2.8.0",
|
|
"yauzl-promise": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint-sukka/node": "^6.20.0",
|
|
"@swc-node/register": "^1.10.10",
|
|
"@swc/core": "^1.11.24",
|
|
"@types/async-retry": "^1.4.9",
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/dns2": "^2.0.9",
|
|
"@types/fast-fifo": "^1.3.0",
|
|
"@types/mocha": "^10.0.10",
|
|
"@types/node": "^22.15.20",
|
|
"@types/punycode": "^2.1.4",
|
|
"@types/tar-fs": "^2.0.4",
|
|
"@types/yauzl-promise": "^4.0.1",
|
|
"eslint": "^9.27.0",
|
|
"eslint-config-sukka": "^6.20.0",
|
|
"eslint-formatter-sukka": "^6.20.0",
|
|
"expect": "^29.7.0",
|
|
"mitata": "^1.0.34",
|
|
"mocha": "^11.4.0",
|
|
"tinyexec": "^1.0.1",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"packageManager": "pnpm@10.11.0",
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"whoiser": "patches/whoiser.patch"
|
|
},
|
|
"onlyBuiltDependencies": [
|
|
"@swc/core",
|
|
"better-sqlite3",
|
|
"unrs-resolver"
|
|
]
|
|
},
|
|
"resolutions": {
|
|
"has": "npm:@nolyfill/has@latest"
|
|
}
|
|
}
|