{
  "name": "@ts-docs/extractor",
  "version": "3.1.1",
  "description": "Extracts modules, classes, interfaces, enums, type aliases and constants from typescript projects.",
  "main": "dist/index.js",
  "devDependencies": {
    "@types/node": "^16.4.2",
    "@typescript-eslint/eslint-plugin": "^4.28.4",
    "@typescript-eslint/parser": "^4.28.4",
    "eslint": "^7.31.0",
    "jest": "^27.4.7",
    "typescript": "^4.6.2"
  },
  "scripts": {
    "run": "tsc && node .",
    "test": "jest --collect-coverage",
    "prepublishOnly": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GoogleFeud/ts-extractor.git"
  },
  "keywords": [
    "typescript",
    "AST",
    "generator",
    "types",
    "extractor"
  ],
  "author": "GoogleFeud",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GoogleFeud/ts-extractor/issues"
  },
  "homepage": "https://github.com/GoogleFeud/ts-extractor#readme"
}
