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.18.0",
  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.2",
  32. "fdir": "^6.5.0",
  33. "hash-wasm": "^4.12.0",
  34. "json-stringify-pretty-compact": "4.0.0",
  35. "null-prototype-object": "^1.2.7",
  36. "picocolors": "^1.1.1",
  37. "tar-fs": "^3.1.2",
  38. "telegram": "^2.26.22",
  39. "tinyglobby": "^0.2.17",
  40. "tldts": "^7.4.2",
  41. "tldts-experimental": "^7.4.2",
  42. "undici": "^8.4.0",
  43. "undici-cache-store-better-sqlite3": "^1.0.1",
  44. "why-is-node-running": "^3.2.2",
  45. "xbits": "^0.2.0",
  46. "yaml": "^2.9.0",
  47. "yauzl-promise": "^4.0.0"
  48. },
  49. "devDependencies": {
  50. "@eslint-sukka/node": "^8.10.4",
  51. "@swc-node/register": "^1.11.1",
  52. "@swc/core": "1.13.5",
  53. "@types/better-sqlite3": "^7.6.13",
  54. "@types/cli-progress": "^3.11.6",
  55. "@types/mocha": "^10.0.10",
  56. "@types/node": "^25.9.2",
  57. "@types/tar-fs": "^2.0.4",
  58. "@types/yauzl-promise": "^4.0.1",
  59. "earl": "^2.0.0",
  60. "eslint": "^10.4.1",
  61. "eslint-config-sukka": "^8.10.4",
  62. "eslint-formatter-sukka": "^8.10.4",
  63. "foxts": "^5.5.1",
  64. "jest-worker": "^30.4.1",
  65. "mitata": "^1.0.34",
  66. "mocha": "^11.7.6",
  67. "tinyexec": "^1.2.4",
  68. "typescript": "^6.0.3"
  69. },
  70. "packageManager": "pnpm@11.5.2"
  71. }