forked from Shopify/quilt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 984 Bytes
/
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
{
"name": "@shopify/address-mocks",
"version": "1.3.4",
"license": "MIT",
"description": "Address mocks for @shopify/address library.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc --p tsconfig.json"
},
"publishConfig": {
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/address-mocks"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/address-mocks/README.md",
"devDependencies": {
"@shopify/jest-dom-mocks": "^2.9.0"
},
"sideEffects": false,
"dependencies": {
"@shopify/address-consts": "^2.0.0",
"@shopify/jest-dom-mocks": "^2.9.0",
"tslib": "^1.9.3"
},
"files": [
"dist/*",
"!tsconfig.tsbuildinfo"
]
}