package.json 2.2 KB

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