{
  "name": "@kazura/node-util",
  "version": "0.4.0",
  "description": "node-util",
  "keywords": [
    "node",
    "util"
  ],
  "homepage": "https://github.com/kazura233/kazurajs/tree/master/packages/node-util#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kazura233/kazurajs.git"
  },
  "bugs": "https://github.com/kazura233/kazurajs/issues",
  "author": {
    "name": "kazura233",
    "email": "kazira233@gmail.com"
  },
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "build": "pnpm clean && komekko",
    "build:debug": "DEBUG=komekko:* pnpm clean && komekko"
  },
  "dependencies": {
    "@types/uuid": "^10.0.0",
    "ddddocr-node": "^1.1.0",
    "pkg-types": "^1.3.1",
    "time2fa": "^1.4.2",
    "uuid": "^11.1.0",
    "zx": "^8.5.5"
  },
  "devDependencies": {
    "komekko": "workspace:*",
    "rimraf": "^6.0.1",
    "tslib": "^2.8.1",
    "typescript": "^5.8.3"
  },
  "npmName": "@kazura/node-util",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">=22.16.0"
  }
}