oxc/npm/oxc-parser/package.json
ottomated 67a7bde4c6 feat(napi/parser)!: add typings to napi/parser (#6796)
- Added TypeScript annotation for `ParseResult.program`
- Modified the entrypoint for `oxc-parser` to allow wrapping the napi functions
- Updated `index.js` to parse the `program` string into a JSON object
- Updated tests
- Added a dependency on `@oxc/types`
2024-10-24 13:08:59 +00:00

29 lines
No EOL
622 B
JSON

{
"name": "oxc-parser",
"version": "0.33.0",
"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"
],
"devDependencies": {
"@oxc/types": "workspace:^"
}
}