package.json

package.json — The file in a JavaScript project that lists what it is, what it depends on, and what commands it can run.

It's the "ingredients list" for a Node.js project. When someone says "npm install," package.json is what they're reading from.

"Check the package.json." "It's in your package.json."

Related
npmNode.jsdependencypackage