Spaces:
Runtime error
Runtime error
File size: 420 Bytes
1f4041b a428239 1f4041b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
{
"dependencies": {
"chrome-aws-lambda": "^10.1.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"puppeteer": "^21.1.0",
"puppeteer-core": "^10.1.0"
},
"name": "server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}
|