package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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 mocha --require @swc-node/register --watch-extensions ts,tsx"
  19. },
  20. "author": "",
  21. "license": "ISC",
  22. "dependencies": {
  23. "@cliqz/adblocker": "^1.33.2",
  24. "@jsdevtools/ez-spawn": "^3.0.4",
  25. "async-retry": "^1.3.3",
  26. "async-sema": "^3.1.1",
  27. "better-sqlite3": "^11.3.0",
  28. "ci-info": "^4.0.0",
  29. "cli-table3": "^0.6.5",
  30. "csv-parse": "^5.5.6",
  31. "fast-cidr-tools": "^0.3.0",
  32. "fdir": "^6.3.0",
  33. "foxact": "^0.2.38",
  34. "hash-wasm": "^4.11.0",
  35. "json-stringify-pretty-compact": "^3.0.0",
  36. "mnemonist": "^0.39.8",
  37. "picocolors": "^1.1.0",
  38. "punycode": "^2.3.1",
  39. "tar-fs": "^3.0.6",
  40. "tldts": "^6.1.47",
  41. "tldts-experimental": "^6.1.47",
  42. "yaml": "^2.5.1"
  43. },
  44. "devDependencies": {
  45. "@eslint-sukka/node": "^6.5.0",
  46. "@swc-node/register": "^1.10.9",
  47. "@swc/core": "^1.7.26",
  48. "@types/async-retry": "^1.4.8",
  49. "@types/better-sqlite3": "^7.6.11",
  50. "@types/chai": "^4.3.19",
  51. "@types/mocha": "^10.0.8",
  52. "@types/punycode": "^2.1.4",
  53. "@types/tar-fs": "^2.0.4",
  54. "@types/tar-stream": "^3.1.3",
  55. "chai": "4",
  56. "eslint": "^9.10.0",
  57. "eslint-config-sukka": "^6.5.0",
  58. "eslint-formatter-sukka": "^6.5.0",
  59. "mitata": "^0.1.14",
  60. "mocha": "^10.7.3",
  61. "typescript": "^5.6.2"
  62. },
  63. "packageManager": "pnpm@9.10.0",
  64. "resolutions": {
  65. "has": "npm:@nolyfill/has@latest"
  66. }
  67. }