- Package renamed from @push.rocks/smarts3 to @push.rocks/smartstorage - Class: Smarts3 → SmartStorage, Interface: ISmarts3Config → ISmartStorageConfig - Method: getS3Descriptor → getStorageDescriptor - Rust binary: rusts3 → ruststorage - Rust types: S3Error→StorageError, S3Action→StorageAction, S3Config→SmartStorageConfig, S3Server→StorageServer - On-disk file extension: ._S3_object → ._storage_object - Default credentials: S3RVER → STORAGE - All internal S3 branding removed; AWS S3 protocol compatibility fully maintained
79 lines
2.1 KiB
JSON
79 lines
2.1 KiB
JSON
{
|
|
"name": "@push.rocks/smartstorage",
|
|
"version": "6.0.0",
|
|
"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": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest test/ --web --verbose --logfile --timeout 60)",
|
|
"build": "(tsrust && tsbuild --web --allowimplicitany)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"devDependencies": {
|
|
"@aws-sdk/client-s3": "^3.937.0",
|
|
"@git.zone/tsbuild": "^3.1.0",
|
|
"@git.zone/tsbundle": "^2.5.2",
|
|
"@git.zone/tsrun": "^2.0.0",
|
|
"@git.zone/tstest": "^3.1.0",
|
|
"@push.rocks/smartbucket": "^4.3.0",
|
|
"@git.zone/tsrust": "^1.3.0",
|
|
"@types/node": "^22.9.0"
|
|
},
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_rust/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"dependencies": {
|
|
"@push.rocks/smartpath": "^6.0.0",
|
|
"@push.rocks/smartrust": "^1.0.0",
|
|
"@tsclass/tsclass": "^9.3.0"
|
|
},
|
|
"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": "ssh://git@code.foss.global:29419/push.rocks/smartstorage.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://code.foss.global/push.rocks/smartstorage/issues"
|
|
},
|
|
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
|
|
"pnpm": {
|
|
"overrides": {}
|
|
}
|
|
}
|