26 lines
577 B
Plaintext
26 lines
577 B
Plaintext
{
|
|
"name": "@oxc-project/types",
|
|
"version": "0.144.0",
|
|
"description": "Types for Oxc AST nodes",
|
|
"keywords": [
|
|
"AST",
|
|
"Parser"
|
|
],
|
|
"homepage": "https://oxc.rs",
|
|
"bugs": "https://github.com/oxc-project/oxc/issues",
|
|
"license": "MIT",
|
|
"author": "Boshen and oxc contributors",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/oxc-project/oxc.git",
|
|
"directory": "npm/oxc-types"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/Boshen"
|
|
},
|
|
"files": [
|
|
"types.d.ts"
|
|
],
|
|
"type": "module",
|
|
"types": "types.d.ts"
|
|
} |