{
  "name": "@angablue/biome-config",
  "version": "1.0.5",
  "description": "A comprehensive Biome configuration package for JavaScript & TypeScript projects, with support for React.",
  "main": "biome.jsonc",
  "exports": {
    ".": "./biome.jsonc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AngaBlue/biome-config.git"
  },
  "keywords": [
    "biome",
    "biomejs",
    "typescript"
  ],
  "author": {
    "name": "AngaBlue",
    "email": "contact@anga.blue",
    "url": "https://anga.blue"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AngaBlue/biome-config/issues"
  },
  "homepage": "https://github.com/AngaBlue/biome-config#readme",
  "peerDependencies": {
    "@biomejs/biome": "^1.9.4"
  }
}