@brighter/storage-adapter-local
Version:
This is a local adapter for the @brighter/storage object storage library.
46 lines (45 loc) • 997 B
JSON
{
"name": "@brighter/storage-adapter-local",
"version": "1.6.3",
"description": "This is a local adapter for the @brighter/storage object storage library.",
"type": "module",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"scripts": {
"test": "./bin/test.sh",
"docs": "./bin/docs.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brihter/storage.git"
},
"author": "Bostjan Rihter",
"license": "MIT",
"bugs": {
"url": "https://github.com/brihter/storage/issues"
},
"homepage": "https://github.com/brihter/storage#readme",
"dependencies": {
"@brighter/storage": "*"
},
"devDependencies": {
"axios": "^1.3.3",
"chai": "^4.3.7",
"ini": "^3.0.1",
"mocha": "^10.2.0",
"nodemon": "^3.1.9",
"sinon": "^15.0.1",
"sinon-chai": "^3.7.0"
},
"keywords": [
"javascript",
"node",
"object storage",
"amazon",
"aws",
"s3",
"cloudflare",
"r2",
"hetzner"
]
}