mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
65 lines
2.0 KiB
JSON
65 lines
2.0 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.30.0",
|
|
"async-retry": "^1.3.3",
|
|
"async-sema": "^3.1.1",
|
|
"better-sqlite3": "^11.1.2",
|
|
"ci-info": "^4.0.0",
|
|
"csv-parse": "^5.5.6",
|
|
"fast-cidr-tools": "^0.2.5",
|
|
"fdir": "^6.1.1",
|
|
"foxact": "^0.2.36",
|
|
"mnemonist": "^0.39.8",
|
|
"path-scurry": "^1.11.1",
|
|
"picocolors": "^1.0.1",
|
|
"punycode": "^2.3.1",
|
|
"table": "^6.8.2",
|
|
"tar-stream": "^3.1.7",
|
|
"tldts": "^6.1.34",
|
|
"tldts-experimental": "^6.1.34",
|
|
"yaml": "^2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint-sukka/node": "^6.1.6",
|
|
"@swc-node/register": "^1.10.9",
|
|
"@swc/core": "^1.7.1",
|
|
"@types/async-retry": "^1.4.8",
|
|
"@types/better-sqlite3": "^7.6.11",
|
|
"@types/chai": "^4.3.16",
|
|
"@types/mocha": "^10.0.7",
|
|
"@types/punycode": "^2.1.4",
|
|
"@types/tar-stream": "^3.1.3",
|
|
"chai": "4",
|
|
"eslint": "^9.7.0",
|
|
"eslint-config-sukka": "^6.1.6",
|
|
"eslint-formatter-sukka": "^6.1.6",
|
|
"mitata": "^0.1.11",
|
|
"mocha": "^10.7.0",
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
|
|
"resolutions": {
|
|
"has": "npm:@nolyfill/has@latest"
|
|
}
|
|
}
|