{ "name": "@pushrocks/smartbucket", "version": "1.0.10", "description": "simple cloud independent object storage", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "UNLICENSED", "scripts": { "test": "tstest test/", "format": "(gitzone format)", "build": "echo \"Not needed for now\"" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.17", "@gitzone/tstest": "^1.0.28", "@pushrocks/tapbundle": "^3.0.13", "tslint": "^5.20.0", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/qenv": "^4.0.6", "@pushrocks/smartpromise": "^3.0.6", "@types/minio": "^7.0.3", "minio": "^7.0.12" }, "private": true, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_web/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }