UNPKG

920 BJSONView Raw
1{
2 "name": "@shopify/react-shortcuts",
3 "version": "3.0.5",
4 "license": "MIT",
5 "description": "Declaratively and efficiently match shortcut combinations in your react application",
6 "main": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "scripts": {
9 "build": "tsc --p tsconfig.build.json",
10 "prepublishOnly": "yarn run build"
11 },
12 "publishConfig": {
13 "access": "public",
14 "@shopify:registry": "https://registry.npmjs.org"
15 },
16 "author": "Shopify Inc.",
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/Shopify/quilt.git"
20 },
21 "bugs": {
22 "url": "https://github.com/shopify/quilt/issues"
23 },
24 "homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-shortcuts/README.md",
25 "peerDependencies": {
26 "react": "^16.3.2"
27 },
28 "devDependencies": {
29 "typescript": "~3.2.1"
30 },
31 "dependencies": {
32 "tslib": "^1.9.3"
33 },
34 "sideEffects": false
35}