{
  "bugs": {
    "url": "https://github.com/cleevio/cleeviox-toolkit/issues"
  },
  "description": "Knip configuration used on CleevioX projects",
  "devDependencies": {
    "@types/bun": "^1.3.14",
    "knip": "^6.16.1"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "public/"
  ],
  "keywords": [
    "knip",
    "config",
    "cleevio",
    "cleeviox"
  ],
  "name": "@cleeviox/knip",
  "peerDependencies": {
    "knip": "^6.16.1"
  },
  "repository": {
    "directory": "packages/knip",
    "type": "git",
    "url": "https://github.com/cleevio/cleeviox-toolkit"
  },
  "scripts": {
    "build": "tsc --build tsconfig.build.json",
    "check": "biome check --write .",
    "clean": "del .turbo tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo dist coverage node_modules",
    "fix": "run-s biome:check:fix ts",
    "format": "biome format .",
    "format:fix": "biome format --write .",
    "lint": "biome lint .",
    "lint:fix": "biome lint --write .",
    "prebuild": "del dist tsconfig.build.tsbuildinfo",
    "test": "bun test",
    "test:cov": "bun test --coverage --coverage-reporter=lcov",
    "test:watch": "bun test --watch",
    "ts": "tsc --build tsconfig.json"
  },
  "sideEffects": false,
  "type": "module",
  "version": "0.2.3"
}
