prozy-anywhere / package.json
ka1kuk's picture
Upload 6 files
1f4041b
raw history blame
No virus
420 Bytes
{
"dependencies": {
"chrome-aws-lambda": "^10.1.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"puppeteer": "^21.1.0",
"puppeteer-core": "^21.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": ""
}