package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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.1.1",
  24. "@henrygd/queue": "^1.0.7",
  25. "async-retry": "^1.3.3",
  26. "better-sqlite3": "^11.6.0",
  27. "cacache": "^19.0.1",
  28. "ci-info": "^4.1.0",
  29. "cli-table3": "^0.6.5",
  30. "csv-parse": "^5.6.0",
  31. "devalue": "^5.1.1",
  32. "dns2": "^2.1.0",
  33. "escape-string-regexp-node": "^1.0.2",
  34. "fast-cidr-tools": "^0.3.1",
  35. "fdir": "^6.4.2",
  36. "foxact": "^0.2.42",
  37. "foxts": "1.0.4",
  38. "hash-wasm": "^4.12.0",
  39. "json-stringify-pretty-compact": "^3.0.0",
  40. "make-fetch-happen": "^14.0.3",
  41. "mnemonist": "^0.39.8",
  42. "picocolors": "^1.1.1",
  43. "punycode": "^2.3.1",
  44. "tar-fs": "^3.0.6",
  45. "tinyexec": "^0.3.1",
  46. "tldts": "^6.1.64",
  47. "tldts-experimental": "^6.1.64",
  48. "undici": "^7.0.0",
  49. "whoiser": "^1.18.0",
  50. "why-is-node-running": "^3.2.1",
  51. "xbits": "^0.2.0",
  52. "yaml": "^2.6.1"
  53. },
  54. "devDependencies": {
  55. "@eslint-sukka/node": "^6.12.0",
  56. "@swc-node/register": "^1.10.9",
  57. "@swc/core": "^1.9.3",
  58. "@types/async-retry": "^1.4.9",
  59. "@types/better-sqlite3": "^7.6.12",
  60. "@types/cacache": "^17.0.2",
  61. "@types/dns2": "^2.0.9",
  62. "@types/make-fetch-happen": "^10.0.4",
  63. "@types/mocha": "^10.0.10",
  64. "@types/node": "^22.10.1",
  65. "@types/node-fetch": "^2.6.12",
  66. "@types/punycode": "^2.1.4",
  67. "@types/tar-fs": "^2.0.4",
  68. "@types/tar-stream": "^3.1.3",
  69. "eslint": "^9.16.0",
  70. "eslint-config-sukka": "^6.12.0",
  71. "eslint-formatter-sukka": "^6.12.0",
  72. "expect": "^29.7.0",
  73. "mitata": "^1.0.19",
  74. "mocha": "^10.8.2",
  75. "typescript": "^5.7.2"
  76. },
  77. "packageManager": "pnpm@9.14.4",
  78. "resolutions": {
  79. "has": "npm:@nolyfill/has@latest"
  80. }
  81. }