{
  "name": "babel-plugin-jsdoc-closure",
  "version": "1.5.1",
  "description": "Transpiles JSDoc types from namepaths to types for Closure Compiler",
  "main": "index.js",
  "scripts": {
    "lint": "eslint index.js test/",
    "test": "npm run lint && mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openlayers/babel-plugin-jsdoc-closure.git"
  },
  "author": "OpenLayers Contributors",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/openlayers/babel-plugin-jsdoc-closure/issues"
  },
  "homepage": "https://github.com/openlayers/babel-plugin-jsdoc-closure#readme",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "eslint": "^4.17.0",
    "eslint-config-openlayers": "^9.0.0",
    "mocha": "^5.0.0",
    "recast": "^0.13.0"
  },
  "dependencies": {
    "comment-parser": "^0.5.0"
  },
  "eslintConfig": {
    "extends": "openlayers",
    "env": {
      "es6": true
    }
  }
}
