{
  "name": "@xyx-utils/core",
  "type": "module",
  "version": "0.0.2",
  "description": "",
  "main": "dist/index.mjs",
  "scripts": {},
  "files": [
    "dist",
    "readme.md",
    "CHANGELOG.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./*": "./dist/*"
  },
  "keywords": [],
  "author": "",
  "license": "ISC"
}