package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. "json-stringify-pretty-compact": "^3.0.0",
  35. "mnemonist": "^0.39.8",
  36. "picocolors": "^1.1.0",
  37. "punycode": "^2.3.1",
  38. "tar-fs": "^3.0.6",
  39. "tldts": "^6.1.50",
  40. "tldts-experimental": "^6.1.50",
  41. "undici": "^6.19.8",
  42. "wtfnode": "^0.9.3",
  43. "yaml": "^2.5.1"
  44. },
  45. "devDependencies": {
  46. "@eslint-sukka/node": "^6.6.1",
  47. "@swc-node/register": "^1.10.9",
  48. "@swc/core": "^1.7.28",
  49. "@types/async-retry": "^1.4.9",
  50. "@types/better-sqlite3": "^7.6.11",
  51. "@types/chai": "^4.3.20",
  52. "@types/mocha": "^10.0.9",
  53. "@types/punycode": "^2.1.4",
  54. "@types/tar-fs": "^2.0.4",
  55. "@types/tar-stream": "^3.1.3",
  56. "@types/wtfnode": "^0.7.3",
  57. "chai": "4",
  58. "eslint": "^9.12.0",
  59. "eslint-config-sukka": "^6.6.1",
  60. "eslint-formatter-sukka": "^6.6.1",
  61. "mitata": "^1.0.10",
  62. "mocha": "^10.7.3",
  63. "typescript": "^5.6.2"
  64. },
  65. "packageManager": "pnpm@9.12.1",
  66. "resolutions": {
  67. "has": "npm:@nolyfill/has@latest"
  68. }
  69. }