{
  "name": "base-up",
  "version": "2.2.1",
  "description": "A modern TypeScript utility library.",
  "keywords": [
    "stdlib",
    "type-level",
    "functional",
    "functional-programming",
    "immutable",
    "lazy-evaluation",
    "collection",
    "map",
    "filter",
    "take",
    "drop",
    "takeLast",
    "dropLast",
    "shuffle",
    "sort",
    "join",
    "split",
    "chunk",
    "minBy",
    "maxBy",
    "groupBy",
    "toMultiset",
    "permutation",
    "set-operation",
    "difference-set",
    "union-set",
    "intersection-set",
    "isDisjoint",
    "type-predicate",
    "assertion-function",
    "assert",
    "lexicographic-order",
    "pipe",
    "method-chaining",
    "curry",
    "modulo",
    "wheel-factorization",
    "random-integer",
    "capitalize",
    "toCamelCase",
    "toSnakeCase",
    "toKebabCase",
    "nullish",
    "integer-range",
    "NonEmptyArray",
    "NestedProperty",
    "forever"
  ],
  "homepage": "https://github.com/ootidea/base-up#readme",
  "bugs": {
    "url": "https://github.com/ootidea/base-up/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ootidea/base-up.git"
  },
  "license": "CC0-1.0",
  "author": "ootidea",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "check": "run-p \"check:*\"",
    "check:biome": "biome check",
    "check:test": "vitest run --silent=false",
    "check:type": "tsc --noEmit",
    "fix": "run-p \"fix:*\"",
    "fix:biome": "biome check --write --unsafe",
    "fix:package-json": "sort-package-json",
    "preversion": "pnpm check && pnpm build",
    "postversion": "npm publish ./ && git push --follow-tags"
  },
  "devDependencies": {
    "@anthropic-ai/claude-code": "^1.0.119",
    "@biomejs/biome": "^2.2.0",
    "@tsconfig/strictest": "^2.0.5",
    "npm-run-all2": "^8.0.4",
    "sort-package-json": "^3.4.0",
    "tsup": "^8.5.0",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4"
  },
  "packageManager": "pnpm@10.15.0"
}
