@oxc-project/types
Version:
Types for Oxc AST nodes
25 lines • 552 B
JSON
{
"name": "@oxc-project/types",
"version": "0.73.0",
"description": "Types for Oxc AST nodes",
"keywords": [
"AST",
"Parser"
],
"author": "Boshen and oxc contributors",
"license": "MIT",
"homepage": "https://oxc.rs",
"bugs": "https://github.com/oxc-project/oxc/issues",
"repository": {
"type": "git",
"url": "https://github.com/oxc-project/oxc.git",
"directory": "npm/oxc-types"
},
"funding": {
"url": "https://github.com/sponsors/Boshen"
},
"types": "types.d.ts",
"files": [
"types.d.ts"
]
}