puppeteer-lambda
Version:
run puppeteer in lambda
50 lines (49 loc) • 1.38 kB
JSON
{
"name": "puppeteer-lambda",
"version": "1.1.3",
"description": "run puppeteer in lambda",
"main": "src/index.js",
"dependencies": {
"aws-sdk": "^2.391.0",
"babel-runtime": "^6.26.0",
"bluebird": "^3.5.3",
"download": "^7.1.0",
"puppeteer": "^1.17.0",
"unzipper": "^0.9.11"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-node-externals": "^1.7.2"
},
"scripts": {
"test": "./node_modules//bin/mocha --recursive test/",
"build": "NODE_ENV=production webpack --config ./webpack.config.js --colors",
"install": "node src/install.js",
"test-node8": "sh scripts/node8.1.sh",
"test-node10": "sh scripts/node10.x.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shawnLiujianwei/puppeteer-lambda.git"
},
"keywords": [
"Puppeteer",
"Chromeless",
"Lambda"
],
"author": "Shawn Liu",
"license": "MIT",
"bugs": {
"url": "https://github.com/shawnLiujianwei/puppeteer-lambda/issues"
},
"homepage": "https://github.com/shawnLiujianwei/puppeteer-lambda#readme"
}