UNPKG

azure-adls-uploader

Version:
43 lines (42 loc) 993 B
{ "name": "azure-adls-uploader", "description": "Azure ADLS Uploader for client web apps", "version": "0.0.2", "license": "MIT", "author": "titovb", "repository": { "type": "git", "url": "https://github.com/titovb/azure-adls-uploader.git" }, "keywords": [ "azure", "ADLS", "datalake", "storage", "uploader", "typescript", "javascript", "browser" ], "bug": { "url": "https://github.com/titovb/azure-adls-uploader/issues" }, "homepage": "https://github.com/titovb/azure-adls-uploader", "main": "lib/index.js", "scripts": { "build": "rimraf lib && tsc", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage" }, "dependencies": { "@azure/storage-file-datalake": "^12.4.0" }, "devDependencies": { "@types/jest": "^26.0.22", "jest": "^26.6.3", "rimraf": "^3.0.2", "ts-jest": "^26.5.4", "typescript": "^4.2.4" } }