package.json 454 B

1234567891011121314151617
  1. {
  2. "type": "module",
  3. "dependencies": {
  4. "@fastify/static": "^7.0.1",
  5. "axios": "^1.6.7",
  6. "cheerio": "^1.0.0-rc.12",
  7. "es6-crawler-detect": "^3.3.0",
  8. "fastify": "^4.26.2",
  9. "mysql2": "^3.9.2",
  10. "playwright": "^1.42.1",
  11. "private-ip": "^3.0.2",
  12. "sequelize": "^6.37.1",
  13. "serve": "^14.2.1",
  14. "top-user-agents": "^2.1.13",
  15. "unique-random-array": "^3.0.0"
  16. }
  17. }