{"$schema":"http://json-schema.org/draft-07/schema#","$id":"https://json.schemastore.org/lerna","title":"A JSON schema for lerna.json files","type":"object","properties":{"version":{"type":"string"},"npmClient":{"type":"string"},"npmClientArgs":{"type":"array","items":{"type":"string"}},"useWorkspaces":{"type":"boolean"},"workspaces":{"type":"array","items":{"type":"string"}},"packages":{"type":"array","items":{"type":"string"}},"ignoreChanges":{"type":"array","items":{"type":"string"}},"command":{"type":"object","properties":{"publish":{"type":"object","properties":{"ignoreChanges":{"type":["string","array"],"items":{"type":"string"}},"message":{"type":"string"}}},"bootstrap":{"type":"object","properties":{"ignore":{"type":["string","array"],"items":{"type":"string"}},"npmClientArgs":{"type":"array","items":{"type":"string"}}}},"init":{"type":"object","properties":{"exact":{"type":"boolean"}}},"run":{"type":"object","properties":{"npmClient":{"type":"string"}}},"version":{"type":"object","properties":{"allowBranch":{"type":["string","array"],"items":{"type":"string"}},"message":{"type":"string"}}}}}}}