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.

package.json 497B

123456789101112131415161718192021222324
  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. "axios": "^0.21.1",
  13. "body-parser": "^1.19.0",
  14. "cheerio": "^1.0.0-rc.10",
  15. "express": "^4.17.1",
  16. "http": "0.0.1-security",
  17. "mongodb": "^3.6.9",
  18. "node-cron": "^3.0.0",
  19. "request": "^2.88.2"
  20. },
  21. "devDependencies": {
  22. "nodemon": "^2.0.9"
  23. }
  24. }