UNPKG

1.24 kBJSONView Raw
1{
2 "name": "chrome-aws-lambda",
3 "private": false,
4 "version": "2.1.1",
5 "author": {
6 "name": "Alix Axel"
7 },
8 "license": "MIT",
9 "description": "Chromium Binary for AWS Lambda and Google Cloud Functions",
10 "main": "source/index.js",
11 "typings": "source/index.d.ts",
12 "files": [
13 "bin",
14 "source"
15 ],
16 "engines": {
17 "node": ">= 8.10"
18 },
19 "scripts": {
20 "postversion": "git push && git push --tags && npm publish"
21 },
22 "dependencies": {
23 "lambdafs": "^1.3.0"
24 },
25 "devDependencies": {
26 "@types/puppeteer": "~2.0.0"
27 },
28 "peerDependencies": {
29 "puppeteer-core": "2.1.x"
30 },
31 "bugs": {
32 "url": "https://github.com/alixaxel/chrome-aws-lambda/issues"
33 },
34 "homepage": "https://github.com/alixaxel/chrome-aws-lambda",
35 "repository": {
36 "type": "git",
37 "url": "git://github.com/alixaxel/chrome-aws-lambda.git"
38 },
39 "keywords": [
40 "aws",
41 "browser",
42 "chrome",
43 "chromium",
44 "lambda",
45 "puppeteer",
46 "serverless"
47 ],
48 "prettier": {
49 "arrowParens": "always",
50 "bracketSpacing": true,
51 "jsxBracketSameLine": false,
52 "printWidth": 140,
53 "semi": true,
54 "singleQuote": true,
55 "tabWidth": 2,
56 "trailingComma": "es5",
57 "useTabs": false
58 }
59}