package.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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": "SWC_NODE_IGNORE_DYNAMIC=true node -r @swc-node/register",
  13. "dexnode": "SWC_NODE_IGNORE_DYNAMIC=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. "lint": "eslint --format=sukka .",
  17. "test": "SWC_NODE_IGNORE_DYNAMIC=true SWC_NODE_PROJECT=tsconfig.test.json mocha --require @swc-node/register --watch-extensions ts,tsx"
  18. },
  19. "author": "",
  20. "license": "ISC",
  21. "dependencies": {
  22. "@ghostery/adblocker": "^2.12.3",
  23. "@henrygd/queue": "^1.0.7",
  24. "@mitata/counters": "^0.0.8",
  25. "better-sqlite3": "^12.4.1",
  26. "ci-info": "^4.3.1",
  27. "cli-progress": "^3.12.0",
  28. "csv-parse": "^6.1.0",
  29. "dns2": "github:lsongdev/node-dns#e4fa035aca0b8eb730bde3431fbf0c60a31a09c9",
  30. "domain-alive": "^0.1.9",
  31. "fast-cidr-tools": "^0.3.3",
  32. "fast-fifo": "^1.3.2",
  33. "fast-uri": "^3.1.0",
  34. "fdir": "^6.5.0",
  35. "foxts": "^4.3.0",
  36. "hash-wasm": "^4.12.0",
  37. "json-stringify-pretty-compact": "3.0.0",
  38. "null-prototype-object": "^1.2.3",
  39. "picocolors": "^1.1.1",
  40. "punycode": "^2.3.1",
  41. "tar-fs": "^3.1.1",
  42. "telegram": "^2.26.22",
  43. "tldts": "^7.0.16",
  44. "tldts-experimental": "^7.0.16",
  45. "undici": "^7.16.0",
  46. "undici-cache-store-better-sqlite3": "^1.0.0",
  47. "why-is-node-running": "^3.2.2",
  48. "worktank": "^3.0.2",
  49. "xbits": "^0.2.0",
  50. "yaml": "^2.8.1",
  51. "yauzl-promise": "^4.0.0"
  52. },
  53. "devDependencies": {
  54. "@eslint-sukka/node": "^7.2.1",
  55. "@swc-node/register": "^1.11.1",
  56. "@swc/core": "^1.13.5",
  57. "@types/better-sqlite3": "^7.6.13",
  58. "@types/cli-progress": "^3.11.6",
  59. "@types/dns2": "^2.0.10",
  60. "@types/fast-fifo": "^1.3.0",
  61. "@types/mocha": "^10.0.10",
  62. "@types/node": "^24.7.0",
  63. "@types/punycode": "^2.1.4",
  64. "@types/tar-fs": "^2.0.4",
  65. "@types/yauzl-promise": "^4.0.1",
  66. "eslint": "^9.37.0",
  67. "eslint-config-sukka": "^7.2.1",
  68. "eslint-formatter-sukka": "^7.2.1",
  69. "expect": "^30.2.0",
  70. "mitata": "^1.0.34",
  71. "mocha": "^11.7.4",
  72. "tinyexec": "^1.0.1",
  73. "typescript": "^5.9.3"
  74. },
  75. "packageManager": "pnpm@10.18.1",
  76. "pnpm": {
  77. "onlyBuiltDependencies": [
  78. "@swc/core",
  79. "better-sqlite3",
  80. "oxc-resolver",
  81. "unrs-resolver"
  82. ],
  83. "overrides": {
  84. "eslint>chalk": "npm:picocolors@^1.1.1",
  85. "globalthis": "npm:@nolyfill/globalthis@^1.0.44",
  86. "has": "npm:@nolyfill/has@^1.0.44",
  87. "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.44"
  88. },
  89. "ignoredBuiltDependencies": [
  90. "bufferutil",
  91. "es5-ext",
  92. "utf-8-validate"
  93. ]
  94. }
  95. }