Configuration for your project.
jsrepo.json holds the configuration for your project.
You can create a jsrepo.json by running the init command with the --project flag:
$schema is tracked with the cli so you can use a specific version using unpkg:
repos allows you to specify different registries to install blocks from. All of the blocks from each registry will be listed when you run add.
Where blocks will be installed into your project.
Whether or not to include test files when installing blocks.
Whether or not to add a watermark to installed blocks.
When true adds a watermark with the jsrepo version repository it was added from and the date it was added on.