UNPKG

813 BJSONView Raw
1{
2 "name": "@shopify/function-enhancers",
3 "version": "1.0.1",
4 "license": "MIT",
5 "description": "A set of helpers to enhance functions.",
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/function-enhancers/README.md",
26 "devDependencies": {
27 "typescript": "~3.0.1"
28 },
29 "files": [
30 "dist/*"
31 ]
32}