{
  "name": "bb26",
  "version": "5.2.1",
  "description": "Bijective base-26 utility library",
  "keywords": [
    "base 26",
    "bijective base 26",
    "spreadsheet",
    "spreadsheet column",
    "spreadsheet column letters",
    "license plate serials"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/patrik-csak/BB26.git"
  },
  "license": "MIT",
  "author": "Patrik Csak <p@trikcsak.com> (https://patrikcsak.com)",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./distribution/index.d.ts",
      "default": "./distribution/index.js"
    }
  },
  "files": [
    "distribution"
  ],
  "scripts": {
    "prebuild": "rm -fr distribution tsconfig.tsbuildinfo",
    "build": "tsc",
    "lint:check": "eslint",
    "lint:fix": "eslint --fix",
    "prepack": "npm run build",
    "quality:check": "npm run lint:check && npm run types:check && knip",
    "quality:fix": "npm run lint:fix",
    "test": "node --test",
    "test:coverage": "npm run test -- --experimental-test-coverage",
    "types:check": "tsc --noEmit"
  },
  "devDependencies": {
    "@e18e/eslint-plugin": "^0.5.1",
    "@tsconfig/strictest": "^2.0.8",
    "@types/node": "^24.13.2",
    "eslint": "^10.5.0",
    "eslint-plugin-package-json": "^1.3.0",
    "knip": "^6.4.1",
    "typescript": "^6.0.3",
    "xo": "^3.0.2"
  },
  "devEngines": {
    "runtime": {
      "name": "node",
      "version": "^24"
    },
    "packageManager": {
      "name": "npm",
      "version": "^11.16"
    }
  },
  "allowScripts": {
    "unrs-resolver": false
  }
}
