{
  "name": "@stencil/react-output-target",
  "version": "0.5.3",
  "description": "React output target for @stencil/core components.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/",
    "react-component-lib/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prepublishOnly": "npm run build",
    "prebuild": "rimraf ./dist",
    "build": "tsc && npm run rollup",
    "watch": "tsc --watch",
    "rollup": "rollup -c",
    "version": "npm run build",
    "prettier": "npm run prettier.base -- --write",
    "prettier.base": "prettier \"./({react-component-lib,src,test,__tests__}/**/*.{ts,tsx,js,jsx})|*.{ts,tsx,js,jsx}\"",
    "prettier.dry-run": "npm run prettier.base -- --list-different",
    "release": "np",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ionic-team/stencil-ds-output-targets.git"
  },
  "author": "Ionic Team",
  "homepage": "https://stenciljs.com/",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ionic-team/stencil-ds-output-targets/issues"
  },
  "peerDependencies": {
    "@stencil/core": ">=2.0.0 || >=3 || >= 4.0.0-beta.0 || >= 4.0.0"
  },
  "devDependencies": {
    "@types/react": "^16.7.0",
    "@types/react-dom": "^16.7.0",
    "react": "^16.7.0",
    "react-dom": "^16.7.0",
    "react-testing-library": "^7.0.0"
  },
  "jest": {
    "transform": {
      "^.+\\.(js|ts|tsx)$": "<rootDir>/test/jest.preprocessor.js"
    },
    "testRegex": "(\\.(test|spec))\\.(ts?|tsx?|jsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json",
      "jsx"
    ],
    "testURL": "http://localhost"
  },
  "gitHead": "a3588e905186a0e86e7f88418fd5b2f9531b55e0",
  "volta": {
    "extends": "../../package.json"
  }
}
