smartbucket/package.json

42 lines
1001 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-16 17:11:29 +00:00
"version": "1.0.13",
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-15 12:16:28 +00:00
"@pushrocks/qenv": "^4.0.6",
2019-10-16 17:11:28 +00:00
"@pushrocks/smartpath": "^4.0.1",
2019-10-14 18:55:07 +00:00
"@pushrocks/smartpromise": "^3.0.6",
2019-10-16 13:21:02 +00:00
"@pushrocks/streamfunction": "^1.0.24",
2019-10-14 18:55:07 +00:00
"@types/minio": "^7.0.3",
"minio": "^7.0.12"
2018-09-14 16:07:20 +00:00
},
2019-10-16 13:21:02 +00:00
"private": false,
2019-07-07 08:48:24 +00:00
"files": [
2019-10-14 18:55:25 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-07-07 08:48:24 +00:00
"cli.js",
"npmextra.json",
"readme.md"
]
2019-10-14 18:55:25 +00:00
}