jdx / mise

dev tools, env vars, task runner
https://mise.jdx.dev
MIT License
8.03k stars 210 forks source link

feat: parse version of node from package.json #2288

Closed g4rcez closed 2 weeks ago

g4rcez commented 2 weeks ago

Description

Related to #2284. This PR enables mise to parse Node version from package.json. Following these specs

Why this PR exist?

This helps mise to be adopted by projects that use the configuration types above.

g4rcez commented 2 weeks ago

Closed because the discussion of #2284