package.json 419 B

1234567891011121314151617181920
  1. {
  2. "name": "reptiles",
  3. "version": "1.0.0",
  4. "description": "爬虫",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "start": "node app.js"
  9. },
  10. "author": "cr",
  11. "license": "ISC",
  12. "dependencies": {
  13. "cheerio": "^1.0.0-rc.3",
  14. "html-entities": "^1.3.1",
  15. "log4js": "^6.3.0",
  16. "selenium-webdriver": "^4.0.0-alpha.7",
  17. "superagent": "^6.0.0"
  18. }
  19. }