{
  "name": "react-docgen-typescript",
  "version": "1.14.0",
  "description": "",
  "homepage": "https://github.com/styleguidist/react-docgen-typescript/",
  "bugs": "https://github.com/styleguidist/react-docgen-typescript/issues",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "precommit": "lint-staged",
    "tsc": "tsc",
    "tsc:watch": "tsc -w",
    "prepublishOnly": "tsc -d",
    "test": "tsc && mocha --timeout 10000 ./lib/**/__tests__/**.js",
    "test:debug": "tsc && mocha --debug ./lib/**/__tests__/**.js",
    "print": "npm run tsc && node ./lib/print.js",
    "print:sample1": "npm run tsc && node ./lib/print.js ./src/__tests__/data/ColumnHigherOrderComponent.tsx simple",
    "lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
    "lint:fix": "npm run lint -- --fix",
    "prettier:base": "prettier --parser typescript --single-quote --trailing-comma none",
    "prettier:check": "npm run prettier:base -- -l \"src/**/*.{ts,tsx}\"",
    "prettier:write": "npm run prettier:base -- --write \"src/**/*.{ts,tsx}\""
  },
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "@types/chai": "^4.1.0",
    "@types/lodash": "^4.14.137",
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.5.6",
    "@types/prop-types": "^15.5.4",
    "@types/react": "^16.4.7",
    "@types/source-map-support": "^0.4.1",
    "chai": "^4.1.2",
    "husky": "^0.14.3",
    "lint-staged": "^7.3.0",
    "lodash": "^4.17.15",
    "mocha": "^5.2.0",
    "prettier": "^1.10.2",
    "prop-types": "^15.6.2",
    "react": "^16.4.2",
    "source-map-support": "^0.5.6",
    "tslint": "^5.11.0",
    "typescript": "3.0.1"
  },
  "files": [
    "lib",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/styleguidist/react-docgen-typescript.git"
  }
}
