smartbucket/package.json
2019-07-07 10:48:24 +02:00

37 lines
810 B
JSON

{
"name": "@pushrocks/smartbucket",
"version": "1.0.3",
"description": "simple cloud independent object storage",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "UNLICENSED",
"scripts": {
"test": "(npmts)",
"format": "(gitzone format)",
"build": "echo \"Not needed for now\""
},
"devDependencies": {
"@pushrocks/tapbundle": "^3.0.11",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@google-cloud/storage": "^3.0.2",
"@pushrocks/smartpromise": "^3.0.2",
"@types/minio": "^7.0.2",
"minio": "^7.0.10"
},
"private": true,
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}