package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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 SWC_NODE_PROJECT=tsconfig.test.json mocha --require @swc-node/register --watch-extensions ts,tsx"
  19. },
  20. "author": "",
  21. "license": "ISC",
  22. "dependencies": {
  23. "@ghostery/adblocker": "^2.3.1",
  24. "@henrygd/queue": "^1.0.7",
  25. "async-retry": "^1.3.3",
  26. "better-sqlite3": "^11.7.0",
  27. "cacache": "^19.0.1",
  28. "ci-info": "^4.1.0",
  29. "csv-parse": "^5.6.0",
  30. "dns2": "^2.1.0",
  31. "fast-cidr-tools": "^0.3.1",
  32. "fast-fifo": "^1.3.2",
  33. "fdir": "^6.4.2",
  34. "foxts": "^1.1.3",
  35. "hash-wasm": "^4.12.0",
  36. "json-stringify-pretty-compact": "^3.0.0",
  37. "make-fetch-happen": "^14.0.3",
  38. "picocolors": "^1.1.1",
  39. "tar-fs": "^3.0.6",
  40. "tinyexec": "^0.3.2",
  41. "tldts": "^6.1.70",
  42. "tldts-experimental": "^6.1.70",
  43. "undici": "^7.2.0",
  44. "undici-cache-store-better-sqlite3": "^0.1.1",
  45. "whoiser": "^1.18.0",
  46. "why-is-node-running": "^3.2.1",
  47. "xbits": "^0.2.0",
  48. "yaml": "^2.7.0"
  49. },
  50. "devDependencies": {
  51. "@eslint-sukka/node": "^6.13.0",
  52. "@swc-node/register": "^1.10.9",
  53. "@swc/core": "^1.10.4",
  54. "@types/async-retry": "^1.4.9",
  55. "@types/better-sqlite3": "^7.6.12",
  56. "@types/cacache": "^17.0.2",
  57. "@types/dns2": "^2.0.9",
  58. "@types/fast-fifo": "^1.3.0",
  59. "@types/make-fetch-happen": "^10.0.4",
  60. "@types/mocha": "^10.0.10",
  61. "@types/node": "^22.10.2",
  62. "@types/node-fetch": "^2.6.12",
  63. "@types/tar-fs": "^2.0.4",
  64. "@types/tar-stream": "^3.1.3",
  65. "eslint": "^9.17.0",
  66. "eslint-config-sukka": "^6.13.0",
  67. "eslint-formatter-sukka": "^6.13.0",
  68. "expect": "^29.7.0",
  69. "mitata": "^1.0.23",
  70. "mocha": "^11.0.1",
  71. "typescript": "^5.7.2"
  72. },
  73. "packageManager": "pnpm@9.15.2",
  74. "resolutions": {
  75. "has": "npm:@nolyfill/has@latest"
  76. }
  77. }