npm-package-json-lint icon indicating copy to clipboard operation
npm-package-json-lint copied to clipboard

Validating package.json againt its schema

Open szepeviktor opened this issue 2 years ago • 0 comments

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)

szepeviktor avatar Jan 27 '23 14:01 szepeviktor