選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 708B

1234567891011121314151617181920212223242526272829303132
  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. "json2xml": "^0.1.3",
  21. "jsontoxml": "^1.0.1",
  22. "mongodb": "^3.6.9",
  23. "node-cron": "^3.0.0",
  24. "request": "^2.88.2",
  25. "stream": "^0.0.2",
  26. "xml-beautifier": "^0.5.0",
  27. "xml-formatter": "^2.4.0"
  28. },
  29. "devDependencies": {
  30. "nodemon": "^2.0.12"
  31. }
  32. }