InterviewSolution
Saved Bookmarks
| 1. |
What Is Package.json? |
|
Answer» package.json is PRESENT in the ROOT directory of any NODE application/module and is USED to define the properties of a package. package.json is present in the root directory of any Node application/module and is used to define the properties of a package. |
|