{ "name": "@push.rocks/smarts3", "version": "2.2.5", "private": false, "description": "A Node.js TypeScript package to create a local S3 endpoint for simulating AWS S3 operations using mapped local directories for development and testing purposes.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^2.2.0", "@git.zone/tsbundle": "^2.1.0", "@git.zone/tsrun": "^1.3.3", "@git.zone/tstest": "^1.0.72", "@push.rocks/tapbundle": "^5.4.3", "@types/node": "^22.9.0" }, "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "dependencies": { "@push.rocks/smartbucket": "^3.0.23", "@push.rocks/smartfile": "^11.0.21", "@push.rocks/smartpath": "^5.0.5", "@tsclass/tsclass": "^4.1.2", "@types/s3rver": "^3.7.0", "s3rver": "^3.7.1" }, "keywords": [ "S3 Mock Server", "Local S3", "Node.js", "TypeScript", "Local Development", "Testing", "Cloud Storage", "File Storage", "AWS S3 Compatibility", "Development Tool", "S3 Endpoint", "S3 Simulation", "Bucket Management", "File Upload", "CI/CD Integration", "Developer Onboarding" ], "homepage": "https://code.foss.global/push.rocks/smarts3#readme", "repository": { "type": "git", "url": "git+https://code.foss.global/push.rocks/smarts3.git" }, "bugs": { "url": "https://code.foss.global/push.rocks/smarts3/issues" } }