UNPKG

chrome-aws-lambda

Version:

Chromium Binary for AWS Lambda and Google Cloud Functions

60 lines (59 loc) 1.24 kB
{ "name": "chrome-aws-lambda", "private": false, "version": "2.0.0", "author": { "name": "Alix Axel" }, "license": "MIT", "description": "Chromium Binary for AWS Lambda and Google Cloud Functions", "main": "source/index.js", "typings": "source/index.d.ts", "files": [ "bin", "source" ], "engines": { "node": ">= 8.10" }, "scripts": { "postversion": "git push && git push --tags && npm publish" }, "dependencies": { "lambdafs": "^1.3.0" }, "devDependencies": { "@types/puppeteer": "~1.20.2" }, "peerDependencies": { "puppeteer-core": "2.0.x" }, "bugs": { "url": "https://github.com/alixaxel/chrome-aws-lambda/issues" }, "homepage": "https://github.com/alixaxel/chrome-aws-lambda", "repository": { "type": "git", "url": "git://github.com/alixaxel/chrome-aws-lambda.git" }, "keywords": [ "aws", "browser", "chrome", "chromium", "lambda", "puppeteer", "serverless" ], "prettier": { "arrowParens": "always", "bracketSpacing": true, "jsxBracketSameLine": false, "printWidth": 140, "semi": true, "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false } }