fast-back-blaze
Version:
A Node.js module to simplify BackBlaze R2 interactions, providing an instance-based API for uploads, deletions, and URL generation.
44 lines (43 loc) • 1.12 kB
JSON
{
"name": "fast-back-blaze",
"version": "1.0.0",
"description": "A Node.js module to simplify BackBlaze R2 interactions, providing an instance-based API for uploads, deletions, and URL generation.",
"main": "src/index.js",
"scripts": {
"test": "cross-env NODE_ENV=test jest",
"lint": "eslint src/",
"format": "prettier --write \"src/**/*.js\""
},
"keywords": [
"cloudflare",
"r2",
"storage",
"s3-compatible",
"file-upload",
"file-storage",
"nodejs"
],
"author": "ChatBot Hub ceo@chatboth.com",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.500.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"dotenv": "^16.6.1",
"eslint": "^8.x.x",
"jest": "^29.7.0",
"prettier": "^3.x.x"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/your-username/fast-r2.git"
},
"bugs": {
"url": "https://github.com/your-username/fast-r2/issues"
},
"homepage": "https://github.com/your-username/fast-r2#readme"
}