Files
smartstorage/package.json
T

77 lines
2.0 KiB
JSON
Raw Normal View History

2021-12-18 01:41:50 +01:00
{
"name": "@push.rocks/smartstorage",
2026-05-02 12:09:13 +00:00
"version": "6.5.1",
2021-12-18 01:41:50 +01:00
"private": false,
"description": "A Node.js TypeScript package to create a local S3-compatible storage server using mapped local directories for development and testing purposes.",
2021-12-18 01:41:50 +01:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2022-04-14 10:36:24 +02:00
"type": "module",
"author": "Task Venture Capital GmbH",
2021-12-18 01:41:50 +01:00
"license": "MIT",
"scripts": {
"test:before": "(tsrust)",
"test": "(tstest test/ --web --verbose --logfile --timeout 60)",
"build": "(tsrust && tsbuild tsfolders)",
"buildDocs": "tsdoc"
2021-12-18 01:41:50 +01:00
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.1039.0",
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsbundle": "^2.10.0",
"@git.zone/tsrun": "^2.0.2",
"@git.zone/tsrust": "^1.3.2",
"@git.zone/tstest": "^3.6.3",
"@push.rocks/smartbucket": "^4.6.0",
"@types/node": "^25.6.0"
2021-12-18 01:41:50 +01:00
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_rust/**/*",
2021-12-18 01:41:50 +01:00
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
2021-12-18 01:41:50 +01:00
"readme.md"
],
"dependencies": {
"@push.rocks/smartpath": "^6.0.0",
"@push.rocks/smartrust": "^1.3.2",
"@tsclass/tsclass": "^9.5.1"
2024-04-14 18:16:08 +02:00
},
"keywords": [
"smartstorage",
"S3 Compatible",
"Local Storage Server",
2024-04-14 18:16:08 +02:00
"Node.js",
"TypeScript",
"Local Development",
"Testing",
"Cloud Storage",
2024-04-14 18:16:08 +02:00
"File Storage",
"AWS S3 Compatibility",
"Development Tool",
"Storage Endpoint",
"Storage Simulation",
"Bucket Management",
"File Upload",
"CI/CD Integration",
"Developer Onboarding"
2024-05-29 14:16:00 +02:00
],
"homepage": "https://code.foss.global/push.rocks/smartstorage#readme",
2024-05-29 14:16:00 +02:00
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartstorage.git"
},
"bugs": {
"url": "https://code.foss.global/push.rocks/smartstorage/issues"
},
"packageManager": "pnpm@10.28.2"
2024-11-06 17:02:30 +01:00
}