{
  "name": "@peiyanlu/ts-utils",
  "version": "0.0.12",
  "description": "A lightweight TypeScript utility library with powerful type helpers and runtime tools.",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "author": {
    "name": "YanluPei",
    "email": "peiyanlu@vip.qq.com"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "keywords": [
    "typescript",
    "utils",
    "types"
  ],
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/peiyanlu/ts-utils.git"
  },
  "bugs": {
    "url": "https://github.com/peiyanlu/ts-utils/issues"
  },
  "homepage": "https://github.com/peiyanlu/ts-utils#readme"
}
