smartdrive/package.json

54 lines
1.3 KiB
JSON
Raw Normal View History

2016-06-17 22:33:26 +00:00
{
2023-07-10 00:48:49 +00:00
"name": "@push.rocks/smartdrive",
2021-12-03 16:34:47 +00:00
"version": "1.0.9",
2024-04-14 15:31:35 +00:00
"description": "A module for managing drive data and mount points, supporting both local and cloud storage.",
2021-12-03 15:39:50 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2016-06-17 22:33:26 +00:00
"author": "Lossless GmbH",
"license": "MIT",
2017-06-08 23:24:19 +00:00
"scripts": {
2021-12-03 15:39:50 +00:00
"test": "tstest test/",
"build": "tsbuild --web"
2016-06-17 22:33:26 +00:00
},
"devDependencies": {
2021-12-03 15:39:50 +00:00
"@gitzone/tsbuild": "^2.1.28",
"@gitzone/tstest": "^1.0.60",
"@pushrocks/tapbundle": "^3.2.14"
2016-06-17 22:33:26 +00:00
},
"dependencies": {
2021-12-03 15:39:50 +00:00
"@pushrocks/smartfile": "^9.0.3",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartshell": "^2.0.30",
"drivelist": "^9.2.4"
},
2021-12-03 16:24:13 +00:00
"private": false,
2021-12-03 15:39:50 +00:00
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2024-04-14 15:31:35 +00:00
],
"keywords": [
"drive management",
"data management",
"mount management",
"local storage",
"cloud storage",
"typescript",
"node.js"
2024-05-29 12:12:47 +00:00
],
"homepage": "https://code.foss.global/push.rocks/smartdrive",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartdrive.git"
}
2023-07-10 00:48:49 +00:00
}