npm-package-json-lint
npm-package-json-lint copied to clipboard
Validating package.json againt its schema
Hello @tclindner 👋🏻 I've found that package.json has a JSON schema. https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/package.json The ajv package has a CLI tool, I've tried to validate a package.json files with it.
I think you have more experience in this field. Do you think it is possible to validate package.json against its JSON schema? (this is loosely related to this project)