UNPKG

@chtsinc/ch-uploader

Version:

A pluggable, cloud-agnostic file uploader for Azure, S3, and more.

41 lines (40 loc) 901 B
{ "name": "@chtsinc/ch-uploader", "version": "0.0.1", "description": "A pluggable, cloud-agnostic file uploader for Azure, S3, and more.", "main": "dist/index.js", "types": "dist/types/index.d.ts", "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "clean": "rimraf dist", "prepare": "npm run clean && npm run build", "prepublishOnly": "npm test", "test": "echo \"No tests yet\"" }, "keywords": [ "uploader", "azure", "s3", "blob-storage", "cloud-upload", "ch", "file-uploader" ], "license": "MIT", "files": [ "/dist", "!/dist/**/*.js.map" ], "devDependencies": { "@types/node": "^22.15.12", "rimraf": "^6.0.1", "typescript": "^5.8.3" }, "dependencies": { "@azure/storage-blob": "^12.27.0", "@chtsinc/ch-logger": "^0.0.1" } }