{
  "name": "babel-plugin-jsdoc-runtime-typecheck",
  "version": "1.2.1",
  "description": "Babel plugin, that adds typecheck, based on jsDoc.",
  "license": "MIT",
  "homepage": "https://github.com/johnthecat/babel-plugin-jsdoc-runtime-typecheck.git",
  "author": "Sergey Zhuravlev <zhuravlev1337@gmail.com> (https://github.com/johnthecat)",
  "repository": {
    "type": "git",
    "url": "https://github.com/johnthecat/babel-plugin-jsdoc-runtime-typecheck.git"
  },
  "bugs": {
    "url": "https://github.com/johnthecat/babel-plugin-jsdoc-runtime-typecheck/issues"
  },
  "keywords": ["build", "babel", "plugin", "jsdoc", "typecheck", "flow"],
  "main": "dist/index.js",
  "scripts": {
    "eslint-src": "eslint -c .eslintrc src/",
    "eslint-test": "eslint --ignore-path test/.eslintignore -c test/.eslintrc test/",
    "build": "npm run eslint-src && babel src --out-dir dist",
    "watch": "babel src --watch --out-dir dist",
    "test": "npm run eslint-test && node test",
    "ci-build": "npm run test && npm run build"
  },
  "pre-commit": [
    "ci-build"
  ],
  "devDependencies": {
    "babel-cli": "^6.22.2",
    "babel-core": "^6.22.1",
    "babel-preset-env": "^1.1.8",
    "babel-preset-es2015": "^6.22.0",
    "chai": "^3.5.0",
    "chai-diff": "^1.0.1",
    "eslint": "^3.15.0",
    "mocha": "^3.2.0",
    "pre-commit": "^1.2.2",
    "sandbox": "^0.8.6"
  },
  "dependencies": {
    "babel-template": "6.22.0",
    "chalk": "1.1.3",
    "core-js": "2.4.1",
    "doctrine": "2.0.0"
  },
  "engineStrict": true,
  "engines": {
    "node": ">= 4.7.0"
  }
}
