@smash-sdk/downloader
Version:
<p align="center"> <a href="https://fromsmash.com/"><img src="https://developer.fromsmash.com/LOGO_SMASH_API.png" align="center" width="135" alt="Send big files"/></a> <h1 align="center">SmashDownloaderJS - Download library <br>powered by the Smash AP
68 lines (67 loc) • 1.38 kB
JSON
{
"name": "@smash-sdk/downloader",
"version": "0.1.2",
"main": "./dist/SmashDownloader.js",
"files": [
"dist",
"README.md"
],
"keywords": [
"smash",
"sdk",
"fromsmash",
"node",
"nodejs",
"transfer",
"upload",
"uploader",
"file-upload",
"file-uploader",
"files",
"big-file",
"big-files",
"big file",
"big files",
"multipart",
"multipart-upload",
"multipart-uploader",
"library",
"typescript",
"progress",
"http",
"https",
"promise",
"async",
"await"
],
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"author": "Smash & Co",
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.11",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"eslint": "^8.29.0",
"eslint-plugin-jest": "^24.7.0",
"jest": "^29.3.1",
"jest-cli": "^29.3.1",
"jest-extended": "^0.11.5",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"dependencies": {
"@smash-sdk/core": "^2.0.1",
"@smash-sdk/link": "^0.0.2",
"@smash-sdk/transfer": "^0.0.14",
"fs-extra": "^10.1.0"
}
}