{
  "name": "@0x-jerry/utils",
  "version": "6.5.0",
  "license": "MIT",
  "description": "Collection of useful JavaScript/TypeScript utils",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/0x-jerry/utils.git"
  },
  "keywords": [],
  "author": "",
  "bugs": {
    "url": "https://github.com/0x-jerry/utils/issues"
  },
  "homepage": "https://github.com/0x-jerry/utils#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "dist"
  ],
  "exports": {
    ".": "./dist/index.mjs",
    "./node": "./dist/node/index.mjs",
    "./package.json": "./package.json"
  },
  "scripts": {
    "dev": "vitest",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "build": "tsdown",
    "release": "x-release",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@0x-jerry/x-release": "^3.0.1",
    "@types/node": "^25.5.0",
    "@vitest/coverage-v8": "^4.1.0",
    "happy-dom": "^20.8.4",
    "memfs": "^4.56.11",
    "tsdown": "^0.21.4",
    "typescript": "^5.9.3",
    "vitest": "^4.1.0"
  },
  "dependencies": {
    "fflate": "^0.8.3",
    "nanoid": "^5.1.7",
    "picocolors": "^1.1.1"
  }
}