47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@push.rocks/smartbucket",
|
|
"version": "2.0.4",
|
|
"description": "simple cloud independent object storage",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"author": "Lossless GmbH",
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild --web --allowimplicitany)"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.63",
|
|
"@git.zone/tsrun": "^1.2.46",
|
|
"@git.zone/tstest": "^1.0.71",
|
|
"@push.rocks/qenv": "^6.0.4",
|
|
"@push.rocks/tapbundle": "^5.0.3"
|
|
},
|
|
"dependencies": {
|
|
"@push.rocks/smartpath": "^5.0.5",
|
|
"@push.rocks/smartpromise": "^4.0.3",
|
|
"@push.rocks/smartrx": "^3.0.7",
|
|
"@push.rocks/smartstream": "^2.0.2",
|
|
"@tsclass/tsclass": "^4.0.50",
|
|
"@types/minio": "^7.0.13",
|
|
"minio": "^7.0.28"
|
|
},
|
|
"private": false,
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
]
|
|
}
|