{
  "name": "@docgeni/ngdoc",
  "version": "2.7.0",
  "description": "Docgeni - Ng Doc generate library",
  "author": "why520crazy <why520crazy@163.com>",
  "homepage": "https://github.com/docgeni/docgeni#readme",
  "license": "MIT",
  "main": "index.js",
  "types": "lib/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/docgeni/docgeni.git"
  },
  "scripts": {
    "clean": "rimraf ./lib && rimraf ./tsconfig.tsbuildinfo",
    "build-only": "tsc -b",
    "build": "yarn clean && yarn build-only",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/docgeni/docgeni/issues"
  },
  "dependencies": {
    "@docgeni/toolkit": "^2.7.0",
    "ts-morph": "12.1.0",
    "typescript": "5.9.3"
  },
  "gitHead": "f4dcd7a56ccad9cb2894a52bfae27ccb3eee06de"
}
