{
  "name": "@oomfware/kempt",
  "version": "0.1.4",
  "description": "keeps your (generated) code presentable",
  "license": "0BSD",
  "repository": {
    "type": "git",
    "url": "https://codeberg.org/oomfware/kempt"
  },
  "files": [
    "dist/"
  ],
  "type": "module",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "^25.9.4",
    "bumpp": "^11.1.0",
    "fast-check": "^4.8.0",
    "oxfmt": "^0.55.0",
    "oxlint": "^1.70.0",
    "oxlint-tsgolint": "^0.23.0",
    "prettier": "^3.9.0",
    "tsdown": "^0.22.3",
    "typescript": "^6.0.3",
    "vitest": "^4.1.9"
  },
  "scripts": {
    "build": "oxlint && tsdown",
    "dev": "tsdown --watch",
    "fmt": "oxfmt",
    "lint": "oxlint",
    "test": "vitest run"
  }
}