package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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.6.1",
  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. "csv-parse": "^5.6.0",
  30. "dns2": "^2.1.0",
  31. "fast-cidr-tools": "^0.3.2",
  32. "fast-fifo": "^1.3.2",
  33. "fdir": "^6.4.5",
  34. "foxts": "^3.3.3",
  35. "hash-wasm": "^4.12.0",
  36. "json-stringify-pretty-compact": "3.0.0",
  37. "null-prototype-object": "^1.2.0",
  38. "picocolors": "^1.1.1",
  39. "punycode": "^2.3.1",
  40. "tar-fs": "^3.0.9",
  41. "tldts": "^6.1.86",
  42. "tldts-experimental": "^6.1.86",
  43. "undici": "^7.10.0",
  44. "undici-cache-store-better-sqlite3": "^1.0.0",
  45. "whoiser": "^1.18.0",
  46. "why-is-node-running": "^3.2.2",
  47. "worktank": "^2.7.3",
  48. "xbits": "^0.2.0",
  49. "yaml": "^2.8.0",
  50. "yauzl-promise": "^4.0.0"
  51. },
  52. "devDependencies": {
  53. "@eslint-sukka/node": "^6.20.0",
  54. "@swc-node/register": "^1.10.10",
  55. "@swc/core": "^1.11.29",
  56. "@types/async-retry": "^1.4.9",
  57. "@types/better-sqlite3": "^7.6.13",
  58. "@types/dns2": "^2.0.9",
  59. "@types/fast-fifo": "^1.3.0",
  60. "@types/mocha": "^10.0.10",
  61. "@types/node": "^22.15.24",
  62. "@types/punycode": "^2.1.4",
  63. "@types/tar-fs": "^2.0.4",
  64. "@types/yauzl-promise": "^4.0.1",
  65. "eslint": "^9.27.0",
  66. "eslint-config-sukka": "^6.20.0",
  67. "eslint-formatter-sukka": "^6.20.0",
  68. "expect": "^29.7.0",
  69. "mitata": "^1.0.34",
  70. "mocha": "^11.5.0",
  71. "tinyexec": "^1.0.1",
  72. "typescript": "^5.8.3"
  73. },
  74. "packageManager": "pnpm@10.11.0",
  75. "pnpm": {
  76. "patchedDependencies": {
  77. "whoiser": "patches/whoiser.patch"
  78. },
  79. "onlyBuiltDependencies": [
  80. "@swc/core",
  81. "better-sqlite3",
  82. "unrs-resolver"
  83. ]
  84. },
  85. "resolutions": {
  86. "has": "npm:@nolyfill/has@latest"
  87. }
  88. }