oxc/npm/oxc-parser/package.json
2025-02-02 17:36:24 +08:00

29 lines
628 B
JSON

{
"name": "oxc-parser",
"version": "0.48.2",
"description": "Oxc Parser Node API",
"keywords": [
"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-parser"
},
"funding": {
"url": "https://github.com/sponsors/Boshen"
},
"main": "index.js",
"files": [
"index.d.ts",
"index.js",
"bindings.js"
],
"dependencies": {
"@oxc-project/types": "workspace:^"
}
}