What format does the package.json file use?
Experience Level:
Junior
Tags:
npm
Answer
The file extension .json is saying it all. A package.json contains data in JSON format.
Related npm job interview questions
-
What are dependencies and devDependencies in package.json and what is the difference between them?
npm Junior -
What are project dependencies in general?
npm Junior -
What is a package.json file?
npm Junior -
What does npm stand for?
npm Junior -
Why shoud I use npm?
npm Junior