smartbucket/package.json

38 lines
845 B
JSON
Raw Normal View History

2018-03-30 17:42:14 +00:00
{
2018-04-01 17:06:28 +00:00
"name": "@pushrocks/smartbucket",
2019-10-14 18:55:08 +00:00
"version": "1.0.5",
2019-07-07 08:48:24 +00:00
"description": "simple cloud independent object storage",
2018-03-30 17:42:14 +00:00
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
2018-09-14 16:07:20 +00:00
"license": "UNLICENSED",
2018-03-30 17:42:14 +00:00
"scripts": {
2019-10-14 18:55:07 +00:00
"test": "tstest test/",
2018-09-14 16:07:20 +00:00
"format": "(gitzone format)",
"build": "echo \"Not needed for now\""
2018-03-30 17:42:14 +00:00
},
2018-03-30 17:42:23 +00:00
"devDependencies": {
2019-10-14 18:55:07 +00:00
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tstest": "^1.0.28",
"@pushrocks/tapbundle": "^3.0.13",
"tslint": "^5.20.0",
2019-07-07 08:48:24 +00:00
"tslint-config-prettier": "^1.18.0"
2018-03-30 17:42:14 +00:00
},
2018-09-14 16:07:20 +00:00
"dependencies": {
2019-10-14 18:55:07 +00:00
"@pushrocks/smartpromise": "^3.0.6",
"@types/minio": "^7.0.3",
"minio": "^7.0.12"
2018-09-14 16:07:20 +00:00
},
2019-07-07 08:48:24 +00:00
"private": true,
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2018-03-30 17:42:14 +00:00
}