package.json 2.6 KB

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