gramps-graphql/gramps

View on GitHub
lerna.json

Summary

Maintainability
Test Coverage
{
  "packages": [
    "packages/*"
  ],
  "version": "independent",
  "npmClient": "yarn",
  "useWorkspaces": true,
  "command": {
    "version": {
      "allowBranch": "master",
      "conventionalCommits": true
    }
  }
}