azure-blobv2
Version:
Microsoft Azure storage client library for Node js easy to use
79 lines (78 loc) • 1.7 kB
JSON
{
"version": "1.0.13",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=14"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
"keywords": [
"modules",
"stdlib",
"utils",
"azure",
"azure-blob-storage",
"node js"
],
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "azure-blobv2",
"author": "scottlexium",
"description": "Microsoft Azure storage client library for Node js easy to use",
"module": "dist/azure-blobv2.esm.js",
"size-limit": [
{
"path": "dist/azure-blobv2.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/azure-blobv2.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^8.1.0",
"husky": "^8.0.2",
"size-limit": "^8.1.0",
"tsdx": "^0.14.1",
"tslib": "^2.4.1",
"typescript": "^4.9.3"
},
"dependencies": {
"@azure/identity": "^3.1.1",
"@azure/storage-blob": "^12.12.0",
"stream-mmmagic": "^2.3.0",
"uuid": "^9.0.0",
"uuidv4": "^6.2.13"
},
"bugs": {
"url": "https://github.com/Scottlexium/azure-blobv2/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Scottlexium/azure-blobv2.git"
},
"homepage": "https://github.com/Scottlexium/azure-blobv2#readme"
}