@nurbxfit/cloudflare-r2
Version:
Simple nodejs client SDK for cloudflare r2
37 lines (36 loc) • 880 B
JSON
{
"name": "@nurbxfit/cloudflare-r2",
"version": "0.0.4",
"description": "Simple nodejs client SDK for cloudflare r2",
"main": "./lib/index.js",
"files": [
"lib/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nurbxfit/cloudflare-r2.git"
},
"author": "nurbxfit <nurbxfit@gmail.com>",
"license": "ISC",
"scripts": {
"build": "yarn clean && tsc",
"build:watch": "yarn clean && tsc --watch",
"clean": "yarn rimraf lib/"
},
"devDependencies": {
"@types/node": "^20.14.8",
"rimraf": "^5.0.7",
"typescript": "^5.5.2"
},
"bugs": {
"url": "https://github.com/nurbxfit/cloudflare-r2/issues"
},
"homepage": "https://github.com/nurbxfit/cloudflare-r2#readme",
"dependencies": {},
"keywords": [
"cloudflare",
"cloudflare-r2",
"r2",
"node"
]
}