Surge_by_SukkaW/package.json
2025-11-11 21:44:27 +08:00

94 lines
2.8 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",
"lint": "eslint --format=sukka .",
"test": "SWC_NODE_IGNORE_DYNAMIC=true SWC_NODE_PROJECT=tsconfig.test.json mocha --require @swc-node/register --watch-extensions ts,tsx"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ghostery/adblocker": "^2.12.5",
"@henrygd/queue": "^1.1.1",
"@mitata/counters": "^0.0.8",
"better-sqlite3": "^12.4.1",
"ci-info": "^4.3.1",
"cli-progress": "^3.12.0",
"csv-parse": "^6.1.0",
"dns2": "github:lsongdev/node-dns#e4fa035aca0b8eb730bde3431fbf0c60a31a09c9",
"domain-alive": "^0.1.11",
"fast-cidr-tools": "^0.3.4",
"fast-escape-regexp": "^1.0.1",
"fast-uri": "^3.1.0",
"fdir": "^6.5.0",
"foxts": "^5.0.0",
"hash-wasm": "^4.12.0",
"json-stringify-pretty-compact": "4.0.0",
"null-prototype-object": "^1.2.4",
"picocolors": "^1.1.1",
"tar-fs": "^3.1.1",
"telegram": "^2.26.22",
"tinyglobby": "^0.2.15",
"tldts": "^7.0.17",
"tldts-experimental": "^7.0.17",
"undici": "^7.16.0",
"undici-cache-store-better-sqlite3": "^1.0.0",
"why-is-node-running": "^3.2.2",
"worktank": "^3.0.2",
"xbits": "^0.2.0",
"yaml": "^2.8.1",
"yauzl-promise": "^4.0.0"
},
"devDependencies": {
"@eslint-sukka/node": "^8.0.3",
"@swc-node/register": "^1.11.1",
"@swc/core": "1.13.5",
"@types/better-sqlite3": "^7.6.13",
"@types/cli-progress": "^3.11.6",
"@types/dns2": "^2.0.10",
"@types/mocha": "^10.0.10",
"@types/node": "^24.10.0",
"@types/tar-fs": "^2.0.4",
"@types/yauzl-promise": "^4.0.1",
"eslint": "^9.39.1",
"eslint-config-sukka": "^8.0.3",
"eslint-formatter-sukka": "^8.0.3",
"expect": "^30.2.0",
"mitata": "^1.0.34",
"mocha": "^11.7.5",
"tinyexec": "^1.0.2",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.21.0",
"pnpm": {
"onlyBuiltDependencies": [
"@swc/core",
"better-sqlite3",
"oxc-resolver",
"unrs-resolver"
],
"overrides": {
"eslint>chalk": "npm:picocolors@^1.1.1",
"globalthis": "npm:@nolyfill/globalthis@^1.0.44",
"has": "npm:@nolyfill/has@^1.0.44",
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.44"
},
"ignoredBuiltDependencies": [
"bufferutil",
"es5-ext",
"utf-8-validate"
]
}
}