You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627
  1. {
  2. "name": "scrapper",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "agenda": "^4.1.3",
  13. "axios": "^0.21.1",
  14. "body-parser": "^1.19.0",
  15. "cheerio": "^1.0.0-rc.10",
  16. "config": "^3.3.6",
  17. "cors": "^2.8.5",
  18. "express": "^4.17.1",
  19. "http": "0.0.1-security",
  20. "mongodb": "^3.6.9",
  21. "node-cron": "^3.0.0",
  22. "request": "^2.88.2"
  23. },
  24. "devDependencies": {
  25. "nodemon": "^2.0.9"
  26. }
  27. }