{
  "name": "@kazura/node-util",
  "version": "1.0.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/archiver": "^7.0.0",
    "@types/unzipper": "^0.10.11",
    "archiver": "^7.0.1",
    "pkg-types": "^1.3.1",
    "time2fa": "^1.4.2",
    "unzipper": "^0.12.3",
    "uuid": "^13.0.0",
    "zx": "^8.8.3"
  },
  "devDependencies": {
    "komekko": "workspace:*",
    "rimraf": "^6.0.1",
    "tslib": "^2.8.1",
    "typescript": "^5.9.2"
  },
  "npmName": "@kazura/node-util",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">=22.20.0"
  }
}