{ "name": "@push.rocks/smartdrive", "version": "1.0.9", "description": "A module for managing drive data and mount points, supporting both local and cloud storage.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "tstest test/", "build": "tsbuild --web" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.28", "@gitzone/tstest": "^1.0.60", "@pushrocks/tapbundle": "^3.2.14" }, "dependencies": { "@pushrocks/smartfile": "^9.0.3", "@pushrocks/smartpromise": "^3.1.6", "@pushrocks/smartshell": "^2.0.30", "drivelist": "^9.2.4" }, "private": false, "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "keywords": [ "drive management", "data management", "mount management", "local storage", "cloud storage", "typescript", "node.js" ], "homepage": "https://code.foss.global/push.rocks/smartdrive", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartdrive.git" } }