{
  "name": "babel-preset-docm",
  "version": "0.2.14",
  "description": "Babel preset used on docm",
  "license": "MIT",
  "author": {
    "name": "Weich",
    "email": "sosout@139.com",
    "url": "https://github.com/sosout"
  },
  "keywords": [
    "docm"
  ],
  "homepage": "https://github.com/meitianyitan/docm",
  "bugs": {
    "url": "https://github.com/meitianyitan/docm/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/meitianyitan/docm.git"
  },
  "main": "dist/index.js",
  "umd:main": "dist/index.umd.js",
  "module": "dist/index.m.js",
  "typings": "dist/index.d.ts",
  "source": "src/index.ts",
  "files": [
    "dist/",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "dev": "libundler watch --ts -e all",
    "build": "libundler build --ts -e all --c",
    "fix": "run-s fix:*",
    "fix:prettier": "prettier \"src/**/*.{ts,tsx,md,mdx,js,jsx,json}\" --write",
    "fix:tslint": "tslint --fix --project .",
    "tslint": "tslint --project ."
  },
  "dependencies": {
    "@babel/core": "7.2.2",
    "@babel/plugin-proposal-class-properties": "7.2.3",
    "@babel/plugin-proposal-object-rest-spread": "7.2.0",
    "@babel/plugin-syntax-dynamic-import": "7.2.0",
    "@babel/plugin-transform-destructuring": "7.2.0",
    "@babel/plugin-transform-regenerator": "7.0.0",
    "@babel/plugin-transform-runtime": "7.2.0",
    "@babel/preset-env": "7.2.3",
    "@babel/preset-flow": "7.0.0",
    "@babel/preset-react": "7.0.0",
    "@babel/preset-typescript": "7.1.0",
    "babel-plugin-macros": "^2.4.3",
    "babel-plugin-react-docgen": "^2.0.0",
    "babel-plugin-transform-dynamic-import": "^2.0.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.21"
  },
  "gitHead": "82e2f01c221d1cc75ff76d928066e02f241f3773"
}
