What is a chord.json
Similar to package.json
in JavaScript projects, chord.json
is the manifest file for Chord extensions.
It contains metadata about the extension, such as its name, version, and instructions on how to build it.
It also defines contributions the extension makes, such as the generator and any decorators it provides.