@ts-ast-parser/core
Version:
Reflects a simplified version of the TypeScript AST for generating documentation
49 lines (48 loc) • 1.28 kB
JSON
{
"name": "@ts-ast-parser/core",
"version": "0.8.0",
"author": "Jordi Marimon Palarea",
"description": "Reflects a simplified version of the TypeScript AST for generating documentation",
"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/core"
},
"bugs": {
"url": "https://github.com/jordimarimon/ts-ast-parser/issues"
},
"keywords": [
"TypeScript",
"AST",
"Abstract Syntax Tree",
"Documentation",
"doc"
],
"files": [
"dist/",
"LICENSE",
"README.md"
],
"engines": {
"node": "18.x || 20.x || 21.x"
},
"dependencies": {
"@ts-ast-parser/comment": "0.2.0",
"globby": "^14.0.1",
"tslib": "^2.6.2"
},
"peerDependencies": {
"typescript": "^4.6.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x"
}
}