mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
25 lines
553 B
JSON
25 lines
553 B
JSON
{
|
|
"name": "@oxc-project/types",
|
|
"version": "0.38.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"
|
|
]
|
|
}
|