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