{
  "name": "ultracite",
  "description": "The AI-ready formatter that helps you write and generate code faster.",
  "version": "6.3.10",
  "type": "module",
  "bin": {
    "ultracite": "dist/index.js"
  },
  "files": [
    "config",
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "test": "bun test",
    "test:coverage": "bun test --coverage"
  },
  "exports": {
    "./*": "./config/*/biome.jsonc"
  },
  "author": "Hayden Bleasel <hello@haydenbleasel.com>",
  "bugs": {
    "url": "https://github.com/haydenbleasel/ultracite/issues"
  },
  "homepage": "https://www.ultracite.ai/",
  "keywords": [
    "ultracite",
    "biome",
    "linter",
    "formatter",
    "fixer"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haydenbleasel/ultracite.git"
  },
  "devDependencies": {
    "@biomejs/biome": "2.3.8",
    "@types/node": "^24.10.1",
    "tsup": "^8.5.1",
    "turbo": "^2.6.2"
  },
  "dependencies": {
    "@clack/prompts": "^0.11.0",
    "@trpc/server": "^11.7.2",
    "deepmerge": "^4.3.1",
    "glob": "^13.0.0",
    "jsonc-parser": "^3.3.1",
    "nypm": "^0.6.2",
    "trpc-cli": "^0.12.1",
    "zod": "^4.1.13"
  },
  "packageManager": "bun@1.3.3"
}
