{
  "name": "@satoshibits/cache-keys",
  "version": "1.0.1",
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": "./dist/index.mjs",
  "type": "module",
  "private": false,
  "files": [
    "./dist/**/*",
    "!./dist/**/*.test.*"
  ],
  "keywords": [
    "cache",
    "keys",
    "cache-keys",
    "typescript",
    "type-safe",
    "pattern-matching",
    "sanitization",
    "zero-dependency"
  ],
  "author": {
    "name": "Abe M. Caymo",
    "email": "caymo.abesuni@gmail.com",
    "url": "https://github.com/abetoots"
  },
  "license": "ISC",
  "description": "Type-safe cache key generation with zero dependencies",
  "devDependencies": {
    "@eslint/compat": "^1.2.0",
    "@types/node": "^22.7.4",
    "@typescript-eslint/utils": "^8.26.1",
    "eslint": "^9.22.0",
    "jiti": "^2.4.2",
    "lint-staged": "^15.2.10",
    "typescript": "^5.7.3",
    "vitest": "^3.1.4",
    "@satoshibits/eslint-config": "^2.0.7",
    "@repo/typescript-config": "^0.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/abetoots/satoshibits-services.git"
  },
  "homepage": "https://github.com/abetoots/satoshibits-services/packages/cache-keys",
  "scripts": {
    "build": "rm -rf dist && tsc",
    "lint": "pnpm exec eslint .",
    "pre-commit": "pnpm exec lint-staged -c ./.lintstagedrc.mjs --concurrent false",
    "test": "vitest --run"
  }
}