Would it be possible to create a `package.json` for this repo (using `npm init`) and [publish](https://docs.npmjs.com/cli/publish) it to [npm](https://www.npmjs.com/)? That way, this repo can be combined with validators like [ajv](https://www.npmjs.com/package/ajv) and automatically upgrade as you guys publish new versions of the schemas.
Would it be possible to create a
package.jsonfor this repo (usingnpm init) and publish it to npm?That way, this repo can be combined with validators like ajv and automatically upgrade as you guys publish new versions of the schemas.