zeroenv 0.3.0

A zero-configuration development environment manager that scans projects and validates system requirements
1
2
3
4
5
6
   {
     "name": "test-project",
     "engines": {
       "node": ">=18.0.0"
     }
   }