mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
80 lines
2.3 KiB
JSON
80 lines
2.3 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 mocha --require @swc-node/register --watch-extensions ts,tsx"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@cliqz/adblocker": "^1.33.2",
|
|
"@jsdevtools/ez-spawn": "^3.0.4",
|
|
"async-sema": "^3.1.1",
|
|
"better-sqlite3": "^11.3.0",
|
|
"cacache": "^19.0.1",
|
|
"cacheable-lookup": "^6.1.0",
|
|
"ci-info": "^4.0.0",
|
|
"cli-table3": "^0.6.5",
|
|
"csv-parse": "^5.5.6",
|
|
"fast-cidr-tools": "^0.3.1",
|
|
"fdir": "^6.4.0",
|
|
"foxact": "^0.2.39",
|
|
"hash-wasm": "^4.11.0",
|
|
"json-stringify-pretty-compact": "^3.0.0",
|
|
"make-fetch-happen": "^14.0.1",
|
|
"mnemonist": "^0.39.8",
|
|
"picocolors": "^1.1.0",
|
|
"punycode": "^2.3.1",
|
|
"tar-fs": "^3.0.6",
|
|
"tldts": "^6.1.51",
|
|
"tldts-experimental": "^6.1.51",
|
|
"undici": "6.20.1",
|
|
"why-is-node-running": "^3.2.0",
|
|
"yaml": "^2.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint-sukka/node": "^6.7.0",
|
|
"@swc-node/register": "^1.10.9",
|
|
"@swc/core": "^1.7.36",
|
|
"@types/better-sqlite3": "^7.6.11",
|
|
"@types/cacache": "^17.0.2",
|
|
"@types/chai": "^4.3.20",
|
|
"@types/make-fetch-happen": "^10.0.4",
|
|
"@types/mocha": "^10.0.9",
|
|
"@types/node": "^22.7.5",
|
|
"@types/node-fetch": "2",
|
|
"@types/punycode": "^2.1.4",
|
|
"@types/tar-fs": "^2.0.4",
|
|
"@types/tar-stream": "^3.1.3",
|
|
"chai": "4",
|
|
"eslint": "^9.12.0",
|
|
"eslint-config-sukka": "^6.7.0",
|
|
"eslint-formatter-sukka": "^6.7.0",
|
|
"mitata": "^1.0.10",
|
|
"mocha": "^10.7.3",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"packageManager": "pnpm@9.12.1",
|
|
"resolutions": {
|
|
"has": "npm:@nolyfill/has@latest"
|
|
},
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"undici": "patches/undici.patch"
|
|
}
|
|
}
|
|
}
|