package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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.0",
  24. "@jsdevtools/ez-spawn": "^3.0.4",
  25. "async-sema": "^3.1.1",
  26. "better-sqlite3": "^11.3.0",
  27. "cacache": "^19.0.1",
  28. "cacheable-lookup": "^6.1.0",
  29. "ci-info": "^4.0.0",
  30. "cli-table3": "^0.6.5",
  31. "csv-parse": "^5.5.6",
  32. "fast-cidr-tools": "^0.3.1",
  33. "fdir": "^6.4.2",
  34. "foxact": "^0.2.39",
  35. "hash-wasm": "^4.11.0",
  36. "json-stringify-pretty-compact": "^3.0.0",
  37. "make-fetch-happen": "^14.0.2",
  38. "mnemonist": "^0.39.8",
  39. "picocolors": "^1.1.1",
  40. "punycode": "^2.3.1",
  41. "tar-fs": "^3.0.6",
  42. "tldts": "^6.1.52",
  43. "tldts-experimental": "^6.1.52",
  44. "typeson-registry": "^11.1.1",
  45. "undici": "6.20.1",
  46. "why-is-node-running": "^3.2.0",
  47. "yaml": "^2.6.0"
  48. },
  49. "devDependencies": {
  50. "@eslint-sukka/node": "^6.8.0",
  51. "@swc-node/register": "^1.10.9",
  52. "@swc/core": "^1.7.36",
  53. "@types/better-sqlite3": "^7.6.11",
  54. "@types/cacache": "^17.0.2",
  55. "@types/make-fetch-happen": "^10.0.4",
  56. "@types/mocha": "^10.0.9",
  57. "@types/node": "^22.7.6",
  58. "@types/node-fetch": "2",
  59. "@types/punycode": "^2.1.4",
  60. "@types/tar-fs": "^2.0.4",
  61. "@types/tar-stream": "^3.1.3",
  62. "eslint": "^9.12.0",
  63. "eslint-config-sukka": "^6.8.0",
  64. "eslint-formatter-sukka": "^6.8.0",
  65. "expect": "^29.7.0",
  66. "mitata": "^1.0.10",
  67. "mocha": "^10.7.3",
  68. "typescript": "^5.6.3"
  69. },
  70. "packageManager": "pnpm@9.12.2",
  71. "resolutions": {
  72. "has": "npm:@nolyfill/has@latest"
  73. },
  74. "pnpm": {
  75. "patchedDependencies": {
  76. "undici": "patches/undici.patch"
  77. }
  78. }
  79. }