{
  "name": "<projectName>",
  "infra": "polyrepo",
  "scripts": {
    "build": "packemon build",
    "check": "yarn run type && yarn run test && yarn run lint",
    "clean": "packemon clean",
    "coverage": "yarn run test --coverage",
    "format": "prettier --write ./src ./tests",
    "lint": "eslint --cache --fix ./src ./tests",
    "pack": "packemon pack --addEngines --declaration",
    "prelease": "yarn run pack && yarn run check",
    "release": "echo 'Customize your own release script!'",
    "test": "vitest",
    "type": "tsc && tsc -p ./tests",
    "validate": "packemon validate",
    "watch": "packemon watch"
  }
}
