mirror of
https://github.com/SukkaW/Surge.git
synced 2026-09-12 10:34:35 +08:00
75 lines
2.2 KiB
JSON
75 lines
2.2 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",
|
|
"bench-download": "pnpm run node ./Build/benchmark-download-client.ts",
|
|
"lint": "eslint --format=sukka .",
|
|
"test": "SWC_NODE_IGNORE_DYNAMIC=true SWC_NODE_PROJECT=tsconfig.test.json mocha --require @swc-node/register \"Build/**/*.test.ts\""
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@ghostery/adblocker": "^2.18.2",
|
|
"@henrygd/queue": "^1.2.0",
|
|
"@mitata/counters": "^0.0.8",
|
|
"cacache": "^21.0.1",
|
|
"ci-info": "^4.4.0",
|
|
"cli-progress": "^3.12.0",
|
|
"csv-parse": "^7.0.2",
|
|
"domain-alive": "^0.1.25",
|
|
"fast-cidr-tools": "^0.3.4",
|
|
"fast-escape-regexp": "^1.0.1",
|
|
"fast-uri": "^4.1.3",
|
|
"fdir": "^6.5.0",
|
|
"fnv1a52": "^1.0.0",
|
|
"hash-wasm": "^4.12.0",
|
|
"hntrie": "^1.2.0",
|
|
"null-prototype-object": "^1.2.7",
|
|
"picocolors": "^1.1.1",
|
|
"stable-hash": "^0.0.6",
|
|
"tar-fs": "^3.1.3",
|
|
"telegram": "^2.26.22",
|
|
"tinyglobby": "^0.2.17",
|
|
"tldts": "^7.4.11",
|
|
"tldts-experimental": "^7.4.11",
|
|
"undici": "^8.10.1",
|
|
"undici-cache-store-better-sqlite3": "^1.1.1",
|
|
"why-is-node-running": "^3.2.2",
|
|
"xbits": "^0.2.0",
|
|
"yaml": "^2.9.0",
|
|
"yauzl-promise": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint-sukka/node": "^9.0.1",
|
|
"@swc-node/register": "^1.12.1",
|
|
"@swc/core": "1.16.1",
|
|
"@types/cacache": "^20.0.1",
|
|
"@types/cli-progress": "^3.11.6",
|
|
"@types/mocha": "^10.0.10",
|
|
"@types/node": "^26.4.1",
|
|
"@types/tar-fs": "^2.0.4",
|
|
"@types/yauzl-promise": "^4.0.1",
|
|
"earl": "^2.0.0",
|
|
"eslint": "^10.9.1",
|
|
"eslint-config-sukka": "^9.0.1",
|
|
"eslint-formatter-sukka": "^9.0.1",
|
|
"foxts": "^5.9.1",
|
|
"jest-worker": "^30.5.1",
|
|
"mitata": "^1.0.34",
|
|
"mocha": "^12.0.0",
|
|
"typescript": "^6.0.3"
|
|
},
|
|
"packageManager": "pnpm@12.2.1"
|
|
}
|