This repository has been archived by the owner on Aug 18, 2023. It is now read-only.
forked from ampproject/amp-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.5 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@ampproject/toolbox-optimizer",
"version": "2.8.0-canary.16",
"description": "Server-side rendering for AMPs.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/amp-toolbox.git",
"directory": "packages/optimizer"
},
"scripts": {
"build": "node build/downloadRuntimeParameters.js"
},
"files": ["index.js", "lib"],
"keywords": ["amp"],
"author": "AMPHTML Team",
"license": "Apache-2.0",
"peerDependenciesMeta": {
"jimp": {
"optional": true
},
"probe-image-size": {
"optional": true
},
"cssnano-simple": {
"optional": true
},
"postcss": {
"optional": true
},
"postcss-safe-parser": {
"optional": true
},
"terser": {
"optional": true
}
},
"dependencies": {
"@ampproject/toolbox-core": "^2.8.0-canary.15",
"@ampproject/toolbox-runtime-version": "^2.8.0-canary.15",
"@ampproject/toolbox-script-csp": "^2.8.0-canary.0",
"@ampproject/toolbox-validator-rules": "^2.8.0-canary.9",
"dom-serializer": "1.2.0",
"domhandler": "4.0.0",
"domutils": "2.5.0",
"htmlparser2": "6.0.1",
"https-proxy-agent": "5.0.0",
"lru-cache": "6.0.0",
"node-fetch": "2.6.1",
"normalize-html-whitespace": "1.0.0"
},
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/optimizer",
"gitHead": "2937a3e777701f9cec81b1cc36d1b9927a6b4403"
}