{ "name": "@pushrocks/smartbucket", "version": "1.0.25", "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": "(tsbuild)" }, "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/smartpath": "^4.0.1", "@pushrocks/smartpromise": "^3.0.6", "@pushrocks/smartrx": "^2.0.5", "@pushrocks/streamfunction": "^1.0.24", "@types/minio": "^7.0.3", "minio": "^7.0.12" }, "private": false, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_web/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }