package.json 384 B

12345678910111213141516171819
  1. {
  2. "name": "doublecircle",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.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. "moment": "^2.29.1",
  14. "mongodb": "^2.2.33",
  15. "path": "^0.12.7",
  16. "puppeteer": "^10.0.0",
  17. "request": "^2.88.2"
  18. }
  19. }