smartbucket/package.json

44 lines
1.0 KiB
JSON
Raw Normal View History

2018-03-30 17:42:14 +00:00
{
2018-04-01 17:06:28 +00:00
"name": "@pushrocks/smartbucket",
2020-10-12 00:25:17 +00:00
"version": "1.0.33",
2019-07-07 08:48:24 +00:00
"description": "simple cloud independent object storage",
2020-05-17 15:57:12 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2018-03-30 17:42:14 +00:00
"author": "Lossless GmbH",
2018-09-14 16:07:20 +00:00
"license": "UNLICENSED",
2018-03-30 17:42:14 +00:00
"scripts": {
2019-10-16 17:15:48 +00:00
"test": "(tstest test/)",
2018-09-14 16:07:20 +00:00
"format": "(gitzone format)",
2020-06-19 01:03:52 +00:00
"build": "(tsbuild --web)"
2018-03-30 17:42:14 +00:00
},
2018-03-30 17:42:23 +00:00
"devDependencies": {
2020-10-12 00:23:25 +00:00
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tstest": "^1.0.52",
"@pushrocks/tapbundle": "^3.2.9",
"tslint": "^6.1.3",
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": {
2020-06-19 01:03:52 +00:00
"@pushrocks/qenv": "^4.0.10",
2020-05-17 15:57:12 +00:00
"@pushrocks/smartpath": "^4.0.3",
2019-10-14 18:55:07 +00:00
"@pushrocks/smartpromise": "^3.0.6",
2020-10-12 00:23:25 +00:00
"@pushrocks/smartrx": "^2.0.19",
"@pushrocks/streamfunction": "^2.0.1",
"@types/minio": "^7.0.6",
2020-05-17 16:19:16 +00:00
"minio": "^7.0.16"
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/**/*",
2020-05-17 15:57:12 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2019-10-14 18:55:25 +00:00
"dist_ts_web/**/*",
"assets/**/*",
2019-07-07 08:48:24 +00:00
"cli.js",
"npmextra.json",
"readme.md"
]
2020-06-19 01:03:53 +00:00
}