package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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.4",
  23. "@henrygd/queue": "^1.1.1",
  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.10",
  31. "fast-cidr-tools": "^0.3.3",
  32. "fast-uri": "^3.1.0",
  33. "fdir": "^6.5.0",
  34. "foxts": "^4.5.0",
  35. "hash-wasm": "^4.12.0",
  36. "json-stringify-pretty-compact": "4.0.0",
  37. "null-prototype-object": "^1.2.3",
  38. "picocolors": "^1.1.1",
  39. "tar-fs": "^3.1.1",
  40. "telegram": "^2.26.22",
  41. "tinyglobby": "^0.2.15",
  42. "tldts": "^7.0.17",
  43. "tldts-experimental": "^7.0.17",
  44. "undici": "^7.16.0",
  45. "undici-cache-store-better-sqlite3": "^1.0.0",
  46. "why-is-node-running": "^3.2.2",
  47. "worktank": "^3.0.2",
  48. "xbits": "^0.2.0",
  49. "yaml": "^2.8.1",
  50. "yauzl-promise": "^4.0.0"
  51. },
  52. "devDependencies": {
  53. "@eslint-sukka/node": "^7.3.5",
  54. "@swc-node/register": "^1.11.1",
  55. "@swc/core": "^1.13.5",
  56. "@types/better-sqlite3": "^7.6.13",
  57. "@types/cli-progress": "^3.11.6",
  58. "@types/dns2": "^2.0.10",
  59. "@types/mocha": "^10.0.10",
  60. "@types/node": "^24.7.2",
  61. "@types/tar-fs": "^2.0.4",
  62. "@types/yauzl-promise": "^4.0.1",
  63. "eslint": "^9.37.0",
  64. "eslint-config-sukka": "^7.3.5",
  65. "eslint-formatter-sukka": "^7.3.5",
  66. "expect": "^30.2.0",
  67. "mitata": "^1.0.34",
  68. "mocha": "^11.7.4",
  69. "tinyexec": "^1.0.1",
  70. "typescript": "^5.9.3"
  71. },
  72. "packageManager": "pnpm@10.18.2",
  73. "pnpm": {
  74. "onlyBuiltDependencies": [
  75. "@swc/core",
  76. "better-sqlite3",
  77. "oxc-resolver",
  78. "unrs-resolver"
  79. ],
  80. "overrides": {
  81. "eslint>chalk": "npm:picocolors@^1.1.1",
  82. "globalthis": "npm:@nolyfill/globalthis@^1.0.44",
  83. "has": "npm:@nolyfill/has@^1.0.44",
  84. "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.44"
  85. },
  86. "ignoredBuiltDependencies": [
  87. "bufferutil",
  88. "es5-ext",
  89. "utf-8-validate"
  90. ]
  91. }
  92. }