{ "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.3.1", "@henrygd/queue": "^1.0.7", "async-retry": "^1.3.3", "better-sqlite3": "^11.7.0", "cacache": "^19.0.1", "ci-info": "^4.1.0", "csv-parse": "^5.6.0", "dns2": "^2.1.0", "fast-cidr-tools": "^0.3.1", "fast-fifo": "^1.3.2", "fdir": "^6.4.2", "foxts": "^1.1.4", "hash-wasm": "^4.12.0", "json-stringify-pretty-compact": "^3.0.0", "make-fetch-happen": "^14.0.3", "picocolors": "^1.1.1", "tar-fs": "^3.0.6", "tinyexec": "^0.3.2", "tldts": "^6.1.70", "tldts-experimental": "^6.1.70", "undici": "^7.2.0", "undici-cache-store-better-sqlite3": "^0.1.1", "whoiser": "^1.18.0", "why-is-node-running": "^3.2.1", "xbits": "^0.2.0", "yaml": "^2.7.0" }, "devDependencies": { "@eslint-sukka/node": "^6.13.0", "@swc-node/register": "^1.10.9", "@swc/core": "^1.10.4", "@types/async-retry": "^1.4.9", "@types/better-sqlite3": "^7.6.12", "@types/cacache": "^17.0.2", "@types/dns2": "^2.0.9", "@types/fast-fifo": "^1.3.0", "@types/make-fetch-happen": "^10.0.4", "@types/mocha": "^10.0.10", "@types/node": "^22.10.2", "@types/node-fetch": "^2.6.12", "@types/tar-fs": "^2.0.4", "@types/tar-stream": "^3.1.3", "eslint": "^9.17.0", "eslint-config-sukka": "^6.13.0", "eslint-formatter-sukka": "^6.13.0", "expect": "^29.7.0", "mitata": "^1.0.23", "mocha": "^11.0.1", "typescript": "^5.7.2" }, "packageManager": "pnpm@9.15.2", "resolutions": { "has": "npm:@nolyfill/has@latest" } }