UNPKG

chrome-aws-lambda

Version:
58 lines (57 loc) 1.21 kB
{ "name": "chrome-aws-lambda", "private": false, "version": "1.15.0", "author": { "name": "Alix Axel" }, "license": "MIT", "description": "Chromium Binary for AWS Lambda", "main": "source/index.js", "types": "source/index.d.ts", "files": [ "bin", "source" ], "engines": { "node": ">= 8.10" }, "scripts": { "version": "git add -A .", "postversion": "git push && git push --tags && npm publish" }, "dependencies": {}, "devDependencies": { "@types/puppeteer": "~1.12.3", "iltorb": "^2.4.3", "puppeteer-core": "~1.15.0" }, "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 } }