UNPKG

1.21 kBJSONView Raw
1{
2 "name": "@shopify/react-tracking-pixel",
3 "version": "3.1.4",
4 "license": "MIT",
5 "description": "Allows React apps to easily embed tracking pixel iframes",
6 "main": "index.js",
7 "types": "index.d.ts",
8 "scripts": {
9 "build": "tsc --p tsconfig.json"
10 },
11 "publishConfig": {
12 "access": "public",
13 "@shopify:registry": "https://registry.npmjs.org"
14 },
15 "author": "Shopify Inc.",
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/Shopify/quilt.git",
19 "directory": "packages/react-tracking-pixel"
20 },
21 "bugs": {
22 "url": "https://github.com/Shopify/quilt/issues"
23 },
24 "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-tracking-pixel/README.md",
25 "dependencies": {
26 "@shopify/react-html": "^10.2.3",
27 "tslib": "^1.14.1"
28 },
29 "peerDependencies": {
30 "react": "^16.4.1"
31 },
32 "files": [
33 "build/*",
34 "!tsconfig.tsbuildinfo",
35 "index.js",
36 "index.mjs",
37 "index.esnext",
38 "index.d.ts"
39 ],
40 "sideEffects": false,
41 "module": "index.mjs",
42 "esnext": "index.esnext",
43 "exports": {
44 "./": "./",
45 ".": {
46 "import": "./index.mjs",
47 "require": "./index.js",
48 "esnext": "./index.esnext"
49 }
50 }
51}