mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 09:10:35 +08:00
68 lines
1.9 KiB
JSON
68 lines
1.9 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-retry": "^1.3.3",
|
|
"async-sema": "^3.1.1",
|
|
"better-sqlite3": "^11.3.0",
|
|
"ci-info": "^4.0.0",
|
|
"csv-parse": "^5.5.6",
|
|
"fast-cidr-tools": "^0.2.5",
|
|
"fdir": "^6.3.0",
|
|
"foxact": "^0.2.38",
|
|
"hash-wasm": "^4.11.0",
|
|
"json-stringify-pretty-compact": "^3.0.0",
|
|
"mnemonist": "^0.39.8",
|
|
"picocolors": "^1.1.0",
|
|
"punycode": "^2.3.1",
|
|
"table": "^6.8.2",
|
|
"tar-fs": "^3.0.6",
|
|
"tldts": "^6.1.47",
|
|
"tldts-experimental": "^6.1.47",
|
|
"yaml": "^2.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint-sukka/node": "^6.5.0",
|
|
"@swc-node/register": "^1.10.9",
|
|
"@swc/core": "^1.7.26",
|
|
"@types/async-retry": "^1.4.8",
|
|
"@types/better-sqlite3": "^7.6.11",
|
|
"@types/chai": "^4.3.19",
|
|
"@types/mocha": "^10.0.8",
|
|
"@types/punycode": "^2.1.4",
|
|
"@types/tar-fs": "^2.0.4",
|
|
"@types/tar-stream": "^3.1.3",
|
|
"chai": "4",
|
|
"eslint": "^9.10.0",
|
|
"eslint-config-sukka": "^6.5.0",
|
|
"eslint-formatter-sukka": "^6.5.0",
|
|
"mitata": "^0.1.14",
|
|
"mocha": "^10.7.3",
|
|
"typescript": "^5.6.2"
|
|
},
|
|
"packageManager": "pnpm@9.10.0",
|
|
"resolutions": {
|
|
"has": "npm:@nolyfill/has@latest"
|
|
}
|
|
}
|