Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Fixes and enhancements are totally welcome. We prefer you to file an issue befo

* bash
* make
* nodejs - v16.x or greater (with npm)
* nodejs - v20.x or greater (with npm)
* Refer to `devEngines` in the `package.json` for exact versions
* python - v3.7 or greater (with pip)

If you encounter issues and cannot build, come chat on gitter.im. We're happy to help.
Expand Down
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@
"engines": {
"node": ">=14"
},
"devEngines": {
"runtime": {
"name": "node",
"version": "24.15.0"
},
"packageManager": {
"name": "npm",
"version": "11.12.1"
}
},
"browserslist": "ie 11",
"dependencies": {
"config-chain": "^1.1.13",
Expand Down