package.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "name": "ruleset.skk.moe",
  3. "version": "0.0.0",
  4. "private": true,
  5. "description": "",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/SukkaW/Surge.git"
  9. },
  10. "type": "commonjs",
  11. "scripts": {
  12. "node": "SWCRC=true node -r @swc-node/register",
  13. "dexnode": "SWCRC=true dexnode -r @swc-node/register",
  14. "build": "pnpm run node ./Build/index.ts",
  15. "build-profile": "pnpm run dexnode -r @swc-node/register ./Build/index.ts",
  16. "build-webstream": "ENABLE_EXPERIMENTAL_WEBSTREAMS=true pnpm run node ./Build/index.ts",
  17. "lint": "eslint --format=sukka .",
  18. "test": "SWCRC=true SWC_NODE_PROJECT=tsconfig.test.json mocha --require @swc-node/register --watch-extensions ts,tsx"
  19. },
  20. "author": "",
  21. "license": "ISC",
  22. "dependencies": {
  23. "@ghostery/adblocker": "^2.11.3",
  24. "@henrygd/queue": "^1.0.7",
  25. "@mitata/counters": "^0.0.8",
  26. "async-retry": "^1.3.3",
  27. "better-sqlite3": "^12.2.0",
  28. "ci-info": "^4.3.0",
  29. "cli-progress": "^3.12.0",
  30. "csv-parse": "^6.1.0",
  31. "dns2": "^2.1.0",
  32. "fast-cidr-tools": "^0.3.2",
  33. "fast-fifo": "^1.3.2",
  34. "fast-uri": "^3.0.6",
  35. "fdir": "^6.4.6",
  36. "foxts": "^3.10.0",
  37. "hash-wasm": "^4.12.0",
  38. "json-stringify-pretty-compact": "3.0.0",
  39. "null-prototype-object": "^1.2.1",
  40. "picocolors": "^1.1.1",
  41. "punycode": "^2.3.1",
  42. "tar-fs": "^3.1.0",
  43. "telegram": "^2.26.22",
  44. "tldts": "^6.1.86",
  45. "tldts-experimental": "^6.1.86",
  46. "undici": "^7.13.0",
  47. "undici-cache-store-better-sqlite3": "^1.0.0",
  48. "whoiser": "^1.18.0",
  49. "why-is-node-running": "^3.2.2",
  50. "worktank": "^3.0.2",
  51. "xbits": "^0.2.0",
  52. "yaml": "^2.8.1",
  53. "yauzl-promise": "^4.0.0"
  54. },
  55. "devDependencies": {
  56. "@eslint-sukka/node": "^6.23.0",
  57. "@swc-node/register": "^1.10.10",
  58. "@swc/core": "^1.13.3",
  59. "@types/async-retry": "^1.4.9",
  60. "@types/better-sqlite3": "^7.6.13",
  61. "@types/cli-progress": "^3.11.6",
  62. "@types/dns2": "^2.0.9",
  63. "@types/fast-fifo": "^1.3.0",
  64. "@types/mocha": "^10.0.10",
  65. "@types/node": "^24.2.0",
  66. "@types/punycode": "^2.1.4",
  67. "@types/tar-fs": "^2.0.4",
  68. "@types/yauzl-promise": "^4.0.1",
  69. "eslint": "^9.32.0",
  70. "eslint-config-sukka": "^6.23.0",
  71. "eslint-formatter-sukka": "^6.23.0",
  72. "expect": "^30.0.5",
  73. "mitata": "^1.0.34",
  74. "mocha": "^11.7.1",
  75. "tinyexec": "^1.0.1",
  76. "typescript": "^5.9.2"
  77. },
  78. "packageManager": "pnpm@10.14.0",
  79. "pnpm": {
  80. "patchedDependencies": {
  81. "whoiser": "patches/whoiser.patch"
  82. },
  83. "onlyBuiltDependencies": [
  84. "@swc/core",
  85. "better-sqlite3",
  86. "unrs-resolver"
  87. ],
  88. "overrides": {
  89. "eslint>chalk": "npm:picocolors@^1.1.1",
  90. "globalthis": "npm:@nolyfill/globalthis@^1.0.44",
  91. "has": "npm:@nolyfill/has@^1.0.44",
  92. "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.44"
  93. }
  94. }
  95. }