1 | {
|
2 | "name": "@shopify/app-bridge",
|
3 | "version": "1.21.1",
|
4 | "types": "index.d.ts",
|
5 | "main": "index.js",
|
6 | "unpkg": "umd/index.js",
|
7 | "jsdelivr": "umd/index.js",
|
8 | "files": [
|
9 | "/actions/",
|
10 | "/client/",
|
11 | "/umd/",
|
12 | "/util/",
|
13 | "/validate/",
|
14 | "/MessageTransport.d.ts",
|
15 | "/MessageTransport.js",
|
16 | "/development.d.ts",
|
17 | "/development.js",
|
18 | "/index.d.ts",
|
19 | "/index.js",
|
20 | "/production.d.ts",
|
21 | "/production.js"
|
22 | ],
|
23 | "private": false,
|
24 | "publishConfig": {
|
25 | "access": "public",
|
26 | "@shopify:registry": "https://registry.npmjs.org"
|
27 | },
|
28 | "repository": "git@github.com:Shopify/app-bridge.git",
|
29 | "author": "Shopify Inc.",
|
30 | "license": "MIT",
|
31 | "scripts": {
|
32 | "build": "yarn build:tsc && yarn build:umd",
|
33 | "build:tsc": "NODE_ENV=production tsc",
|
34 | "build:umd": "NODE_ENV=production webpack -p",
|
35 | "check": "tsc --pretty --noEmit",
|
36 | "clean": "cat package.json | node -pe \"JSON.parse(require('fs').readFileSync('/dev/stdin').toString()).files.map(f => './'+f).join(' ')\" | xargs rm -rf",
|
37 | "pack": "yarn pack",
|
38 | "size": "size-limit"
|
39 | },
|
40 | "sideEffects": false,
|
41 | "size-limit": [
|
42 | {
|
43 | "limit": "16 KB",
|
44 | "path": "production.js"
|
45 | }
|
46 | ],
|
47 | "devDependencies": {
|
48 | "@types/node": "^10.12.5",
|
49 | "typescript": "3.2.1"
|
50 | },
|
51 | "gitHead": "7b8f97713955b4b31e5e3a1f91e7a79b5eba9893"
|
52 | }
|