forked from ampproject/amp-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "@ampproject/toolbox-cache-url",
"version": "2.8.0-canary.6",
"description": "Transform canonical URLs into AMP Cache URLs",
"main": "dist/amp-toolbox-cache-url.cjs.js",
"types": "index.d.ts",
"module": "dist/amp-toolbox-cache-url.esm.js",
"browser": "dist/amp-toolbox-cache-url.umd.js",
"scripts": {
"build": "npx rollup -c",
"serve": "npx rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/amp-toolbox.git",
"directory": "packages/cache-url"
},
"keywords": [
"amp",
"amp-toolbox",
"amp-url-api"
],
"files": [
"dist",
"package.json",
"../LICENSE",
"README.md"
],
"author": "AMPHTML Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/cache-url",
"dependencies": {
"punycode": "2.1.1",
"url-parse": "1.5.1"
},
"gitHead": "2937a3e777701f9cec81b1cc36d1b9927a6b4403"
}