forked from wp-digital/aws-lambda-critical-css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 881 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "aws-lambda-critical-css",
"version": "2.1.0",
"description": "AWS Lambda function for critical CSS generating.",
"main": "handler.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/innocode-digital/aws-lambda-critical-css.git"
},
"keywords": [
"aws",
"lambda",
"critical",
"css",
"wp",
"wordpress",
"stylesheets"
],
"author": "Viktor Kuliebiakin <kuliebiakin@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/innocode-digital/aws-lambda-critical-css/issues"
},
"homepage": "https://github.com/innocode-digital/aws-lambda-critical-css#readme",
"dependencies": {
"chrome-aws-lambda": "^10.1.0",
"clean-css": "^5.1.1",
"form-data": "^4.0.0",
"node-fetch": "^3.0.0-beta.9",
"penthouse": "^2.3.2",
"puppeteer-core": "^14.4.1"
}
}