{
    "name": "@ts-ast-parser/comment",
    "version": "0.2.0",
    "author": "Jordi Marimon Palarea",
    "description": "Parses documentation comments",
    "homepage": "https://jordimarimon.github.io/ts-ast-parser",
    "license": "MIT",
    "type": "module",
    "types": "dist/index.d.ts",
    "exports": {
        ".": {
            "import": "./dist/index.js",
            "types": "./dist/index.d.ts",
            "default": "./dist/index.js"
        }
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/jordimarimon/ts-ast-parser.git",
        "directory": "packages/comment"
    },
    "bugs": {
        "url": "https://github.com/jordimarimon/ts-ast-parser/issues"
    },
    "keywords": [
        "JSDoc",
        "TSDoc",
        "Parser",
        "comment",
        "Documentation",
        "doc"
    ],
    "files": [
        "dist/",
        "LICENSE",
        "README.md"
    ],
    "engines": {
        "node": "18.x || 20.x || 21.x"
    },
    "dependencies": {
        "tslib": "^2.6.2"
    }
}
