{
  "name": "@storybook/react-docgen-typescript-plugin",
  "version": "1.0.1",
  "description": "A webpack plugin to inject react typescript docgen information.",
  "license": "MIT",
  "repository": "hipstersmoothie/react-docgen-typescript-plugin",
  "author": "Andrew Lisowski <lisowski54@gmail.com>",
  "main": "dist/index.js",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build:example": "npm run build && webpack",
    "build": "tsc -p tsconfig.build.json",
    "start": "yarn build --watch",
    "lint": "eslint src --ext .ts,.js",
    "test": "npm run test:v4 && npm run test:v5",
    "pretest:v4": "add-no-save @types/webpack ts-loader@8 webpack@4",
    "test:v4": "jest",
    "pretest:v5": "add-no-save webpack@5",
    "test:v5": "jest",
    "release": "auto shipit"
  },
  "keywords": [
    "react",
    "docgen",
    "typescript",
    "webpack",
    "plugin"
  ],
  "files": [
    "dist"
  ],
  "dependencies": {
    "debug": "^4.1.1",
    "endent": "^2.0.1",
    "find-cache-dir": "^3.3.1",
    "flat-cache": "^3.0.4",
    "micromatch": "^4.0.2",
    "react-docgen-typescript": "^2.0.0",
    "tslib": "^2.0.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.5",
    "@types/find-cache-dir": "^3.2.0",
    "@types/flat-cache": "^2.0.0",
    "@types/jest": "^26.0.23",
    "@types/micromatch": "^4.0.1",
    "@types/node": "^14.0.12",
    "@types/react": "^17.0.0",
    "@typescript-eslint/eslint-plugin": "^4.9.0",
    "@typescript-eslint/parser": "^4.9.0",
    "auto": "^10.2.3",
    "auto-config-hipstersmoothie": "^4.0.0",
    "eslint": "^7.14.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-prettier": "6.11.0",
    "eslint-config-xo": "0.29.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest": "^24.1.3",
    "eslint-plugin-jsdoc": "25.2.0",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-prettier": "3.1.3",
    "jest": "^26.6.3",
    "memfs": "^3.2.2",
    "memory-fs": "^0.5.0",
    "prettier": "^2.0.5",
    "react": "^17.0.1",
    "ts-jest": "^26.5.6",
    "ts-loader": "^9.1.2",
    "typescript": "3.8.3",
    "webpack": "^5.36.2",
    "webpack-cli": "^4.7.0",
    "yarn-add-no-save": "^1.0.3"
  },
  "peerDependencies": {
    "typescript": ">= 3.x",
    "webpack": ">= 4"
  },
  "lint-staged": {
    "*.{js,css,md}": [
      "prettier --write",
      "git add"
    ]
  },
  "auto": {
    "extends": "hipstersmoothie"
  }
}
