package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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.7.0",
  24. "@henrygd/queue": "^1.0.7",
  25. "@mitata/counters": "^0.0.8",
  26. "async-retry": "^1.3.3",
  27. "better-sqlite3": "^11.10.0",
  28. "ci-info": "^4.2.0",
  29. "cli-progress": "^3.12.0",
  30. "csv-parse": "^5.6.0",
  31. "dns2": "^2.1.0",
  32. "fast-cidr-tools": "^0.3.2",
  33. "fast-fifo": "^1.3.2",
  34. "fdir": "^6.4.6",
  35. "foxts": "^3.5.0",
  36. "hash-wasm": "^4.12.0",
  37. "json-stringify-pretty-compact": "3.0.0",
  38. "null-prototype-object": "^1.2.0",
  39. "picocolors": "^1.1.1",
  40. "punycode": "^2.3.1",
  41. "tar-fs": "^3.0.10",
  42. "tldts": "^6.1.86",
  43. "tldts-experimental": "^6.1.86",
  44. "undici": "^7.10.0",
  45. "undici-cache-store-better-sqlite3": "^1.0.0",
  46. "whoiser": "^1.18.0",
  47. "why-is-node-running": "^3.2.2",
  48. "worktank": "^2.7.3",
  49. "xbits": "^0.2.0",
  50. "yaml": "^2.8.0",
  51. "yauzl-promise": "^4.0.0"
  52. },
  53. "devDependencies": {
  54. "@eslint-sukka/node": "^6.22.1",
  55. "@swc-node/register": "^1.10.10",
  56. "@swc/core": "^1.12.4",
  57. "@types/async-retry": "^1.4.9",
  58. "@types/better-sqlite3": "^7.6.13",
  59. "@types/cli-progress": "^3.11.6",
  60. "@types/dns2": "^2.0.9",
  61. "@types/fast-fifo": "^1.3.0",
  62. "@types/mocha": "^10.0.10",
  63. "@types/node": "^24.0.3",
  64. "@types/punycode": "^2.1.4",
  65. "@types/tar-fs": "^2.0.4",
  66. "@types/yauzl-promise": "^4.0.1",
  67. "eslint": "^9.29.0",
  68. "eslint-config-sukka": "^6.22.1",
  69. "eslint-formatter-sukka": "^6.22.1",
  70. "expect": "^30.0.2",
  71. "mitata": "^1.0.34",
  72. "mocha": "^11.7.0",
  73. "tinyexec": "^1.0.1",
  74. "typescript": "^5.8.3"
  75. },
  76. "packageManager": "pnpm@10.12.1",
  77. "pnpm": {
  78. "patchedDependencies": {
  79. "whoiser": "patches/whoiser.patch"
  80. },
  81. "onlyBuiltDependencies": [
  82. "@swc/core",
  83. "better-sqlite3",
  84. "unrs-resolver"
  85. ]
  86. },
  87. "resolutions": {
  88. "has": "npm:@nolyfill/has@latest"
  89. }
  90. }