UNPKG

1.07 kBJSONView Raw
1{
2 "name": "@shopify/async",
3 "version": "2.0.0",
4 "license": "MIT",
5 "description": "Primitives for loading parts of an application asynchronously.",
6 "main": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "sideEffects": false,
9 "scripts": {
10 "build": "tsc --p tsconfig.build.json",
11 "prepublishOnly": "yarn run build"
12 },
13 "publishConfig": {
14 "access": "public",
15 "@shopify:registry": "https://registry.npmjs.org"
16 },
17 "author": "Shopify Inc.",
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/Shopify/quilt.git"
21 },
22 "bugs": {
23 "url": "https://github.com/shopify/quilt/issues"
24 },
25 "homepage": "https://github.com/Shopify/quilt/blob/master/packages/async/README.md",
26 "devDependencies": {
27 "@babel/core": "^7.2.2",
28 "@babel/plugin-syntax-dynamic-import": "^7.2.0",
29 "@babel/types": "^7.3.0",
30 "@types/babel__core": "^7.0.4",
31 "@types/babel__traverse": "^7.0.5",
32 "@types/webpack": "^4.4.24",
33 "typescript": "~3.2.1"
34 },
35 "files": [
36 "dist/*",
37 "babel.d.ts",
38 "babel.js"
39 ]
40}