enlarge-file-upload
Version:
A tool for chunked file upload with concurrency control.
40 lines (39 loc) • 766 B
JSON
{
"name": "enlarge-file-upload",
"version": "2.4.0-rc.1",
"description": "A tool for chunked file upload with concurrency control.",
"main": "dist/upload.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Jiang-K-J/enlarge-file-upload"
},
"files": [
"dist",
"CHANGELOG.md",
"index.d.ts"
],
"scripts": {
"build": "webpack"
},
"keywords": [
"enlarge",
"file",
"upload",
"big",
"large",
"chunk"
],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.2"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"babel-loader": "^9.1.3",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
}
}