{
  "name": "@sparticuz/chrome-aws-lambda",
  "version": "14.1.0",
  "author": {
    "name": "Kyle McNally"
  },
  "license": "MIT",
  "description": "Chromium Binary for AWS Lambda and Google Cloud Functions, forked from @alixaxel/chrome-aws-lambda",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "bin",
    "build",
    "typings"
  ],
  "engines": {
    "node": ">= 14"
  },
  "scripts": {
    "build": "rm -rf build && tsc -p tsconfig.json",
    "postversion": "git push && git push --tags && npm publish",
    "prepack": "npm run build",
    "preversion": "npm run build"
  },
  "dependencies": {
    "lambdafs": "^2.0.3"
  },
  "devDependencies": {
    "@types/node": "^16.11.35",
    "puppeteer-core": "14.1.0",
    "typescript": "^4.6.4"
  },
  "peerDependencies": {
    "puppeteer-core": "14.1.0"
  },
  "bugs": {
    "url": "https://github.com/Sparticuz/chrome-aws-lambda/issues"
  },
  "homepage": "https://github.com/Sparticuz/chrome-aws-lambda",
  "repository": {
    "type": "git",
    "url": "git://github.com/Sparticuz/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
  }
}
