universalmind303 opened a new issue, #55:
URL: https://github.com/apache/arrow-js/issues/55
### Describe the bug, including details regarding any error messages,
version, and platform.
if you look at the 'apache-arrow' dependencies, there are a lot of dev
dependencies listed as dependencies
```json
"dependencies": {
"@swc/helpers": "^0.5.11",
"@types/command-line-args": "^5.2.3",
"@types/command-line-usage": "^5.0.4",
"@types/node": "^20.13.0",
"command-line-args": "^5.2.1",
"command-line-usage": "^7.0.1",
"flatbuffers": "^24.3.25",
"json-bignum": "^0.0.3",
"tslib": "^2.6.2"
},
```
It appears that the only runtime dependency is `flatbuffers`. The rest
should be removed or moved to `devDependencies`.
### Component(s)
JavaScript
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]