{
  "name": "@jsdoc/ast",
  "version": "0.2.17",
  "description": "JSDoc tools for working with abstract syntax trees (ASTs).",
  "keywords": [
    "jsdoc"
  ],
  "author": "Jeff Williams <jeffrey.l.williams@gmail.com>",
  "homepage": "https://jsdoc.app/",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsdoc/jsdoc.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/jsdoc/jsdoc/issues"
  },
  "type": "module",
  "exports": {
    ".": {
      "import": "./index.js"
    },
    "./lib/*": {
      "import": "./lib/*"
    }
  },
  "dependencies": {
    "@babel/parser": "^7.29.3",
    "@jsdoc/name": "^0.1.4",
    "@jsdoc/util": "^0.3.6",
    "ast-module-types": "^6.0.2",
    "lodash": "^4.18.1"
  },
  "engines": {
    "node": "^22.13.0 || >=23.0.0"
  },
  "gitHead": "fb466583eb5a2fee4579456b65bcc2a9220d8846"
}
