{
  "name": "jsdoc-plugin-typescript",
  "version": "3.2.1",
  "description": "Plugin to make TypeScript's JSDoc type annotations work with JSDoc",
  "main": "index.js",
  "scripts": {
    "lint": "eslint index.js test",
    "pretest": "npm run lint",
    "test": "node test/test.js"
  },
  "keywords": [
    "jsdoc",
    "typescript"
  ],
  "files": [
    "index.js"
  ],
  "license": "BSD-2-Clause",
  "repository": {
    "type": "git",
    "url": "git://github.com/openlayers/jsdoc-plugin-typescript.git"
  },
  "dependencies": {
    "string.prototype.matchall": "^4.0.0"
  },
  "devDependencies": {
    "@types/geojson": "^7946.0.10",
    "deep-diff-pizza": "^1.0.2",
    "eslint": "^10.2.0",
    "eslint-config-openlayers": "^21.0.0",
    "fs-extra": "^11.1.0",
    "jsdoc": "^4.0.2",
    "proj4": "^2.19.7"
  }
}
