package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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 mocha --require @swc-node/register --watch-extensions ts,tsx"
  19. },
  20. "author": "",
  21. "license": "ISC",
  22. "dependencies": {
  23. "@ghostery/adblocker": "^2.0.4",
  24. "@henrygd/queue": "^1.0.7",
  25. "@jsdevtools/ez-spawn": "^3.0.4",
  26. "async-retry": "^1.3.3",
  27. "async-sema": "^3.1.1",
  28. "better-sqlite3": "^11.5.0",
  29. "cacache": "^19.0.1",
  30. "cacheable-lookup": "^6.1.0",
  31. "ci-info": "^4.0.0",
  32. "cli-table3": "^0.6.5",
  33. "csv-parse": "^5.5.6",
  34. "devalue": "^5.1.1",
  35. "dns2": "^2.1.0",
  36. "fast-cidr-tools": "^0.3.1",
  37. "fdir": "^6.4.2",
  38. "foxact": "^0.2.41",
  39. "hash-wasm": "^4.11.0",
  40. "json-stringify-pretty-compact": "^3.0.0",
  41. "make-fetch-happen": "^14.0.3",
  42. "mnemonist": "^0.39.8",
  43. "picocolors": "^1.1.1",
  44. "punycode": "^2.3.1",
  45. "tar-fs": "^3.0.6",
  46. "tldts": "^6.1.59",
  47. "tldts-experimental": "^6.1.59",
  48. "undici": "^6.20.1",
  49. "whoiser": "^1.18.0",
  50. "why-is-node-running": "^3.2.1",
  51. "yaml": "^2.6.0"
  52. },
  53. "devDependencies": {
  54. "@eslint-sukka/node": "^6.9.0",
  55. "@swc-node/register": "^1.10.9",
  56. "@swc/core": "^1.9.1",
  57. "@types/async-retry": "^1.4.9",
  58. "@types/better-sqlite3": "^7.6.11",
  59. "@types/cacache": "^17.0.2",
  60. "@types/dns2": "^2.0.9",
  61. "@types/make-fetch-happen": "^10.0.4",
  62. "@types/mocha": "^10.0.9",
  63. "@types/node": "^22.9.0",
  64. "@types/node-fetch": "2",
  65. "@types/punycode": "^2.1.4",
  66. "@types/tar-fs": "^2.0.4",
  67. "@types/tar-stream": "^3.1.3",
  68. "eslint": "^9.14.0",
  69. "eslint-config-sukka": "^6.9.0",
  70. "eslint-formatter-sukka": "^6.9.0",
  71. "expect": "^29.7.0",
  72. "mitata": "^1.0.10",
  73. "mocha": "^10.8.2",
  74. "typescript": "^5.6.3"
  75. },
  76. "packageManager": "pnpm@9.12.3",
  77. "pnpm": {
  78. "patchedDependencies": {
  79. "undici": "patches/undici.patch"
  80. }
  81. },
  82. "resolutions": {
  83. "has": "npm:@nolyfill/has@latest"
  84. }
  85. }