{
  "name": "chrome-aws-lambda",
  "private": false,
  "version": "1.18.0",
  "author": {
    "name": "Alix Axel"
  },
  "license": "MIT",
  "description": "Chromium Binary for AWS Lambda and Google Cloud Functions",
  "main": "source/index.js",
  "types": "source/index.d.ts",
  "files": [
    "bin",
    "source"
  ],
  "engines": {
    "node": ">= 8.10"
  },
  "scripts": {
    "postversion": "git push && git push --tags && npm publish"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/puppeteer": "~1.12.4",
    "iltorb": "^2.4.3"
  },
  "peerDependencies": {
    "puppeteer-core": "1.18.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
  }
}
