coinbase / coinbase/onchainkit
Add explicit Node.js engine requirement to package.json
Open
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 520
- Avg merge
- 32m
- Merged PRs (30d)
- 2
Description
### Describe the solution you'd like
The repository currently defines Node.js tooling through `.nvmrc` and package manager configuration, but does not expose an explicit `engines.node` requirement inside `package.json`.
Adding an `engines` field would improve contributor onboarding, reduce environment inconsistencies, and make Node.js version expectations clearer for local development and CI environments.
Example:
```json
"engines": {
"node": ">=22"
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.