mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 21:58:36 +00:00
23 lines
550 B
JSON
23 lines
550 B
JSON
{
|
|
"name": "oxc-parser",
|
|
"version": "0.9.0",
|
|
"description": "Oxc Parser Node API",
|
|
"keywords": ["Parser"],
|
|
"author": "Boshen and oxc contributors",
|
|
"license": "MIT",
|
|
"homepage": "https://oxc-project.github.io",
|
|
"bugs": "https://github.com/oxc-project/oxc/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/oxc-project/oxc.git",
|
|
"directory": "npm/oxc-parser"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/Boshen"
|
|
},
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.d.ts",
|
|
"index.js"
|
|
]
|
|
}
|