oxc/npm/oxc-parser/package.json
ottomated 7d12669d68
fix(types): move @oxc-project/types to dependencies (#6909)
Hotfix. NPM doesn't install devDependencies automatically, so types were
missing.
2024-10-26 10:26:54 +08:00

29 lines
No EOL
627 B
JSON

{
"name": "oxc-parser",
"version": "0.34.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"
],
"dependencies": {
"@oxc-project/types": "workspace:^"
}
}