UNPKG

file-chunkify

Version:
44 lines (43 loc) 904 B
{ "name": "file-chunkify", "version": "1.0.4", "description": "File Chunkify", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "browser": { "fs": false, "path": false, "os": false }, "scripts": { "build": "tsup" }, "repository": { "type": "git", "url": "https://github.com/AhmadAlZeinDev/file-chunkify" }, "bugs": { "url": "https://github.com/AhmadAlZeinDev/file-chunkify/issues" }, "author": "Ahmad Al-Zein <ahmadalzein267@gmail.com> (https://linkedin.com/in/ahmad-al-zein)", "keywords": [ "file", "chunk", "slice", "split", "upload", "merge", "video", "large-file" ], "license": "MIT", "devDependencies": { "@types/node": "^22.13.10", "tsup": "^8.4.0", "typescript": "^5.8.2" } }