| 12345678910111213141516171819 |
- {
- "name": "doublecircle",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "axios": "^0.21.1",
- "moment": "^2.29.1",
- "mongodb": "^2.2.33",
- "path": "^0.12.7",
- "puppeteer": "^10.0.0",
- "request": "^2.88.2"
- }
- }
|