package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. "@cliqz/adblocker": "^1.33.2",
  24. "@jsdevtools/ez-spawn": "^3.0.4",
  25. "async-retry": "^1.3.3",
  26. "async-sema": "^3.1.1",
  27. "better-sqlite3": "^11.3.0",
  28. "cacache": "^19.0.1",
  29. "cacheable-lookup": "^6.1.0",
  30. "ci-info": "^4.0.0",
  31. "cli-table3": "^0.6.5",
  32. "csv-parse": "^5.5.6",
  33. "fast-cidr-tools": "^0.3.1",
  34. "fdir": "^6.4.0",
  35. "foxact": "^0.2.38",
  36. "hash-wasm": "^4.11.0",
  37. "json-stringify-pretty-compact": "^3.0.0",
  38. "make-fetch-happen": "^14.0.1",
  39. "mnemonist": "^0.39.8",
  40. "picocolors": "^1.1.0",
  41. "punycode": "^2.3.1",
  42. "tar-fs": "^3.0.6",
  43. "tldts": "^6.1.50",
  44. "tldts-experimental": "^6.1.50",
  45. "undici": "^6.20.0",
  46. "wtfnode": "^0.9.3",
  47. "yaml": "^2.5.1"
  48. },
  49. "devDependencies": {
  50. "@eslint-sukka/node": "^6.7.0",
  51. "@swc-node/register": "^1.10.9",
  52. "@swc/core": "^1.7.35",
  53. "@types/async-retry": "^1.4.9",
  54. "@types/better-sqlite3": "^7.6.11",
  55. "@types/cacache": "^17.0.2",
  56. "@types/chai": "^4.3.20",
  57. "@types/make-fetch-happen": "^10.0.4",
  58. "@types/mocha": "^10.0.9",
  59. "@types/node": "^22.7.5",
  60. "@types/node-fetch": "2",
  61. "@types/punycode": "^2.1.4",
  62. "@types/tar-fs": "^2.0.4",
  63. "@types/tar-stream": "^3.1.3",
  64. "@types/wtfnode": "^0.7.3",
  65. "chai": "4",
  66. "eslint": "^9.12.0",
  67. "eslint-config-sukka": "^6.7.0",
  68. "eslint-formatter-sukka": "^6.7.0",
  69. "mitata": "^1.0.10",
  70. "mocha": "^10.7.3",
  71. "typescript": "^5.6.3"
  72. },
  73. "packageManager": "pnpm@9.12.1",
  74. "resolutions": {
  75. "has": "npm:@nolyfill/has@latest"
  76. }
  77. }