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 JuniorWhat are project dependencies in general?
npm JuniorWhat is a package.json file?
npm JuniorWhat does npm stand for?
npm JuniorWhy shoud I use npm?
npm Junior