package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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.14.4",
  23. "@henrygd/queue": "^1.2.0",
  24. "@mitata/counters": "^0.0.8",
  25. "ci-info": "^4.4.0",
  26. "cli-progress": "^3.12.0",
  27. "csv-parse": "^6.2.1",
  28. "domain-alive": "^0.1.22",
  29. "fast-cidr-tools": "^0.3.4",
  30. "fast-escape-regexp": "^1.0.1",
  31. "fast-uri": "^3.1.0",
  32. "fdir": "^6.5.0",
  33. "foxts": "^5.4.2",
  34. "hash-wasm": "^4.12.0",
  35. "json-stringify-pretty-compact": "4.0.0",
  36. "null-prototype-object": "^1.2.7",
  37. "picocolors": "^1.1.1",
  38. "tar-fs": "^3.1.2",
  39. "telegram": "^2.26.22",
  40. "tinyglobby": "^0.2.16",
  41. "tldts": "^7.0.30",
  42. "tldts-experimental": "^7.0.30",
  43. "undici": "^8.2.0",
  44. "undici-cache-store-better-sqlite3": "^1.0.1",
  45. "why-is-node-running": "^3.2.2",
  46. "xbits": "^0.2.0",
  47. "yaml": "^2.8.4",
  48. "yauzl-promise": "^4.0.0"
  49. },
  50. "devDependencies": {
  51. "@eslint-sukka/node": "^8.10.1",
  52. "@swc-node/register": "^1.11.1",
  53. "@swc/core": "1.13.5",
  54. "@types/better-sqlite3": "^7.6.13",
  55. "@types/cli-progress": "^3.11.6",
  56. "@types/mocha": "^10.0.10",
  57. "@types/node": "^25.6.0",
  58. "@types/tar-fs": "^2.0.4",
  59. "@types/yauzl-promise": "^4.0.1",
  60. "earl": "^2.0.0",
  61. "eslint": "^10.3.0",
  62. "eslint-config-sukka": "^8.10.1",
  63. "eslint-formatter-sukka": "^8.10.1",
  64. "jest-worker": "^30.3.0",
  65. "mitata": "^1.0.34",
  66. "mocha": "^11.7.5",
  67. "tinyexec": "^1.1.2",
  68. "typescript": "^6.0.3"
  69. },
  70. "packageManager": "pnpm@11.0.4"
  71. }