{
  "name": "@humanddev/humand-biome-config",
  "version": "1.0.0",
  "description": "Humand's Biome.js configuration.",
  "author": "enrique.mejia@humand.co",
  "keywords": [
    "biome",
    "config",
    "lint",
    "format"
  ],
  "homepage": "https://github.com/HumandDev/humand-biome-config#readme",
  "license": "ISC",
  "type": "module",
  "bugs": {
    "url": "https://github.com/HumandDev/humand-biome-config/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HumandDev/humand-biome-config.git"
  },
  "publishConfig": {
    "registry": "https://npm.pkg.github.com"
  },
  "exports": {
    "./biome": "./biome.jsonc"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.3.13"
  }
}
