{
  "name": "@xtail/core",
  "version": "1.1.1",
  "description": "X-Tail 核心库，主要包含数字、字符串、布尔值、正则、对象、数组、函数等常用工具方法。",
  "publishConfig": {
    "access": "public"
  },
  "types": "es/index.d.ts",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "lib",
    "es",
    "dist",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "vite build"
  },
  "keywords": [
    "core",
    "utils",
    "number",
    "string",
    "boolean",
    "regex",
    "object",
    "array",
    "function",
    "xtail",
    "x-tail"
  ],
  "author": "ST",
  "license": "MIT"
}
