{ "name": "@jsdoc/ast", "version": "0.1.1", "description": "JSDoc tools for working with abstract syntax trees (ASTs).", "keywords": [ "jsdoc" ], "author": "Jeff Williams ", "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" }, "dependencies": { "@babel/parser": "^7.20.15", "@jsdoc/core": "^0.4.6", "@jsdoc/util": "^0.2.8", "lodash": "^4.17.21" }, "engines": { "node": ">=v18.12.0" } }