{
  "$schema": "https://unpkg.com/knip@6/schema.json",
  "tags": ["-lintignore"],
  "project": ["bin/**/*.{ts,js}"],
  "entry": [
    "src/**/*.{ts,js}"
  ],
  "playwright": true,
  "semantic-release": {
    "entry": ["@semantic-release/changelog", "@semantic-release/git"]
  }
}
