1234567891011121314151617 |
- {
- "name": "headless",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "axios": "^0.27.2",
- "form-data": "^4.0.0",
- "formdata-node": "^4.3.3",
- "puppeteer": "^15.1.1"
- }
- }
|