{
  "name": "cloudku-uploader",
  "version": "2.6.0",
  "description": "Modern zero-dependency file uploader with auto-conversion, chunked uploads, and TypeScript support. Upload images, videos, audio, and documents to CloudKu with blazing-fast performance.",
  "main": "index.cjs",
  "module": "index.mjs",
  "type": "module",
  "exports": {
    ".": {
      "import": "./index.mjs",
      "require": "./index.cjs",
      "types": "./index.d.ts"
    }
  },
  "scripts": {
    "test": "npm run test:esm && npm run test:cjs",
    "test:esm": "node test.mjs",
    "test:cjs": "node test.cjs",
    "lint": "eslint *.{js,mjs,cjs}",
    "format": "prettier --write *.{js,mjs,cjs,json,md}",
    "prepublishOnly": "npm test"
  },
  "keywords": [
    "file-upload",
    "cloudku",
    "cloudkuimages",
    "uploader",
    "cloud-storage",
    "media-upload",
    "image-upload",
    "video-upload",
    "audio-upload",
    "document-upload",
    "chunked-upload",
    "auto-convert",
    "zero-dependencies",
    "lightweight",
    "modern",
    "esm",
    "cjs",
    "typescript",
    "nodejs",
    "api-client",
    "blazing-fast",
    "progress-tracking",
    "file-compression",
    "multi-format",
    "cross-platform"
  ],
  "author": {
    "name": "Alfi Dev",
    "email": "support@cloudkuimages.com",
    "url": "https://cloudkuimages.guru"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cloudkuimages/cloudku-uploader.git"
  },
  "bugs": {
    "url": "https://github.com/cloudkuimages/cloudku-uploader/issues",
    "email": "support@cloudkuimages.com"
  },
  "homepage": "https://cloudkuimages.guru",
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/cloudkuimages"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "files": [
    "index.cjs",
    "index.mjs",
    "index.d.ts",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  }
}