node-ovh-storage
Version:
A simple Node.js library to connect to the Object Storage OVH service
29 lines (28 loc) • 665 B
JSON
{
"name": "node-ovh-storage",
"version": "1.0.0",
"description": "A simple Node.js library to connect to the Object Storage OVH service",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/igocreate/node-ovh-storage.git"
},
"keywords": [
"ovh",
"object-storage"
],
"author": "igocreate",
"license": "ISC",
"bugs": {
"url": "https://github.com/igocreate/node-ovh-storage/issues"
},
"homepage": "https://github.com/igocreate/node-ovh-storage#readme",
"dependencies": {
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"lodash": "^4.17.21"
}
}