{
  "name": "shortcut-preview",
  "description": "A React component to preview iOS Shortcuts",
  "version": "0.1.8",
  "license": "MIT",
  "author": {
    "name": "Stefano De Carolis",
    "url": "https://github.com/xAlien95"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/xAlien95/shortcut-preview.git"
  },
  "keywords": [
    "shortcuts",
    "react-component",
    "component",
    "react"
  ],
  "homepage": "http://xalien95.github.io/shortcut-preview",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "dependencies": {},
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@types/jest": "^24.0.9",
    "@types/node": "^11.10.4",
    "@types/react": "^16.8.6",
    "@types/react-dom": "^16.8.2",
    "bplist-parser": "^0.1.1",
    "gh-pages": "^2.0.1",
    "node-sass": "^4.11.0",
    "prettier": "^1.16.4",
    "react": "^16.8.4",
    "react-dom": "^16.8.4",
    "react-scripts": "^2.1.8",
    "typescript": "^3.3.3333"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "dist": "rm -rf dist && tsc -p tsconfig.release.json && NODE_ENV=production babel src/component --out-dir dist --copy-files --extensions .ts,.tsx",
    "prepublishOnly": "npm run dist",
    "predeploy": "npm run build",
    "deploy": "gh-pages -d build"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ]
}
