package.json
Term side of the Card
Topic: Package Managers
Unit title: package.json
Categories: File
Explanation side of the Card
Explanation: The file that contains metadata about project. It contains metadata like the project name, version, and description, as well as dependencies (both runtime and development). Additionally, it defines scripts for automating tasks, configuration for tools like linters or test frameworks, and other settings such as the entry point and license.