UNPKG

cloud-object-storage-lib

Version:

Object Storage Manager for node

40 lines (39 loc) 1.15 kB
{ "name": "cloud-object-storage-lib", "version": "0.1.6", "description": "Object Storage Manager for node", "main": "index.js", "scripts": { "test": "mocha", "build": "./node_modules/.bin/tsc", "watch-ts": "./node_modules/.bin/tsc -w", "release:patch": "npm version patch && git push && git push --tags && npm publish", "release:minor": "npm version minor && git push && git push --tags && npm publish", "release:major": "npm version major && git push && git push --tags && npm publish" }, "keywords": [ "Object", "Storage" ], "author": "Dario Caruso", "license": "Apache-2.0", "bugs": { "url": "https://github.com/dottgonzo/objectstorage/issues" }, "homepage": "https://github.com/dottgonzo/objectstorage#readme", "devDependencies": { "@types/node": "^20.8.6", "chai": "^4.3.10", "mocha": "^10.2.0", "prettier": "^3.0.3", "prettier-plugin-organize-imports": "^3.2.3", "typescript": "^5.2.2" }, "dependencies": { "@types/mime-types": "^3.0.1", "aws-sdk": "^2.1474.0", "mime-types": "^2.1.35", "minio": "^7.1.3", "moment": "^2.29.4" } }