fix(core): update

This commit is contained in:
2021-12-03 16:39:50 +01:00
parent 770c5a2b67
commit b5bd1a7c9d
28 changed files with 28590 additions and 614 deletions

View File

@@ -1,20 +1,40 @@
{
"name": "smartdrive",
"name": "@pushrocks/smartdrive",
"version": "1.0.4",
"description": "do more with local and cloud drives",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
"test": "tstest test/",
"build": "tsbuild --web"
},
"devDependencies": {
"tapbundle": "^1.1.1"
"@gitzone/tsbuild": "^2.1.28",
"@gitzone/tstest": "^1.0.60",
"@pushrocks/tapbundle": "^3.2.14"
},
"dependencies": {
"drivelist": "^5.0.27",
"smartq": "^1.1.6",
"typings-global": "^1.0.19"
}
"@pushrocks/smartfile": "^9.0.3",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartshell": "^2.0.30",
"drivelist": "^9.2.4"
},
"private": true,
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}