{ "name": "@push.rocks/smartstorage", "version": "6.4.1", "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.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Task Venture Capital GmbH", "license": "MIT", "scripts": { "test:before": "(tsrust)", "test": "(tstest test/ --web --verbose --logfile --timeout 60)", "build": "(tsrust && tsbuild tsfolders)", "buildDocs": "tsdoc" }, "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" }, "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_rust/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "readme.md" ], "dependencies": { "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartrust": "^1.3.2", "@tsclass/tsclass": "^9.5.1" }, "keywords": [ "smartstorage", "S3 Compatible", "Local Storage Server", "Node.js", "TypeScript", "Local Development", "Testing", "Cloud Storage", "File Storage", "AWS S3 Compatibility", "Development Tool", "Storage Endpoint", "Storage Simulation", "Bucket Management", "File Upload", "CI/CD Integration", "Developer Onboarding" ], "homepage": "https://code.foss.global/push.rocks/smartstorage#readme", "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" }