package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. "scripts": {
  11. "build": "bun ./Build/index.ts",
  12. "build-stream": "ENABLE_TEXT_LINE_STREAM=true bun ./Build/index.ts",
  13. "lint": "eslint --format=sukka ."
  14. },
  15. "author": "",
  16. "license": "ISC",
  17. "dependencies": {
  18. "@cliqz/adblocker": "^1.30.0",
  19. "@gorhill/publicsuffixlist": "3.0.1",
  20. "async-retry": "^1.3.3",
  21. "async-sema": "^3.1.1",
  22. "ci-info": "^4.0.0",
  23. "csv-parse": "^5.5.6",
  24. "fast-cidr-tools": "^0.2.5",
  25. "fdir": "^6.1.1",
  26. "foxact": "^0.2.36",
  27. "mnemonist": "^0.39.8",
  28. "path-scurry": "^1.11.1",
  29. "picocolors": "^1.0.1",
  30. "punycode": "^2.3.1",
  31. "table": "^6.8.2",
  32. "tar-stream": "^3.1.7",
  33. "tldts": "^6.1.33",
  34. "tldts-experimental": "^6.1.33",
  35. "yaml": "^2.4.5"
  36. },
  37. "devDependencies": {
  38. "@eslint-sukka/node": "^6.1.6",
  39. "@types/async-retry": "^1.4.8",
  40. "@types/bun": "^1.1.6",
  41. "@types/tar-stream": "^3.1.3",
  42. "bun-types": "^1.1.20",
  43. "eslint": "^9.7.0",
  44. "eslint-config-sukka": "^6.1.6",
  45. "eslint-formatter-sukka": "^6.1.6",
  46. "mitata": "^0.1.11",
  47. "typescript": "^5.5.3"
  48. },
  49. "resolutions": {
  50. "has": "npm:@nolyfill/has@latest"
  51. },
  52. "packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
  53. }