package.json 712 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "weibo-reptile",
  3. "version": "1.0.0",
  4. "description": "weibo reptile",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/zhu-zhu/weibo-reptile.git"
  12. },
  13. "keywords": [
  14. "kangna",
  15. "reptile"
  16. ],
  17. "author": "kangna",
  18. "license": "ISC",
  19. "bugs": {
  20. "url": "https://github.com/zhu-zhu/weibo-reptile/issues"
  21. },
  22. "homepage": "https://github.com/zhu-zhu/weibo-reptile#readme",
  23. "dependencies": {
  24. "axios": "^0.18.0",
  25. "body-parser": "^1.18.3",
  26. "cheerio": "^1.0.0-rc.2",
  27. "express": "^4.16.4",
  28. "mysql": "^2.16.0",
  29. "node-schedule": "^1.3.0"
  30. }
  31. }