### Describe the problem and the solution you'd like **Is your feature request related to a problem? Please describe.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> In order to standardize the node and npm versions, the `engines` property can be added to `package.json`. **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> Sample engines property in package.json: ``` "engines": { "node": ">=18.0.0", "npm": ">=10.0.0" }, ``` **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> n/a ### Additional context _No response_ ### Priority None