您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 543B

1234567891011121314151617181920212223242526
  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. "config": "^3.3.6",
  16. "cors": "^2.8.5",
  17. "express": "^4.17.1",
  18. "http": "0.0.1-security",
  19. "mongodb": "^3.6.9",
  20. "node-cron": "^3.0.0",
  21. "request": "^2.88.2"
  22. },
  23. "devDependencies": {
  24. "nodemon": "^2.0.9"
  25. }
  26. }