{
  "devDependencies": {
    "@babel/core": "^7.5.4",
    "@babel/preset-env": "^7.5.4",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.3.3",
    "@skatejs/ssr": "^0.19.11",
    "@types/jest": "^24.0.15",
    "@types/react": "^16.8.23",
    "@types/react-dom": "^16.8.4",
    "jest": "^24.8.0",
    "microbundle": "^0.11.0",
    "np": "^5.0.3",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "typescript": "^3.5.3"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "src/index.ts",
  "scripts": {
    "prepare": "microbundle",
    "test": "jest"
  },
  "jest": {
    "modulePathIgnorePatterns": [
      "./node_modules"
    ],
    "testEnvironment": "@skatejs/ssr/jest",
    "testPathIgnorePatterns": [
      "/node_modules/"
    ]
  },
  "peerDependencies": {
    "react": "^16.8.6",
    "react-dom": "^16.8.6"
  },
  "name": "react-shade",
  "version": "0.6.0",
  "description": "Use the native Web Component Shadow DOM API as React components in a super-duper-Reacty way (i.e. declaratively).",
  "author": "Trey Shugart <treshugart@gmail.com>",
  "license": "MIT"
}
