2021-12-18 01:41:50 +01:00
{
2023-07-10 10:17:59 +02:00
"name" : "@push.rocks/smarts3" ,
2025-11-23 22:46:42 +00:00
"version" : "5.0.0" ,
2021-12-18 01:41:50 +01:00
"private" : false ,
2024-10-26 14:14:41 +02:00
"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." ,
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" ,
2021-12-18 01:41:50 +01:00
"author" : "Lossless GmbH" ,
"license" : "MIT" ,
"scripts" : {
2025-08-16 16:22:15 +00:00
"test" : "(tstest test/ --web --verbose --logfile --timeout 60)" ,
2024-10-26 14:14:41 +02:00
"build" : "(tsbuild --web --allowimplicitany)" ,
"buildDocs" : "tsdoc"
2021-12-18 01:41:50 +01:00
} ,
"devDependencies" : {
2025-11-21 14:36:30 +00:00
"@aws-sdk/client-s3" : "^3.937.0" ,
2025-11-20 08:10:17 +00:00
"@git.zone/tsbuild" : "^3.1.0" ,
"@git.zone/tsbundle" : "^2.5.2" ,
"@git.zone/tsrun" : "^2.0.0" ,
2025-11-21 14:36:30 +00:00
"@git.zone/tstest" : "^3.1.0" ,
2025-11-23 22:31:44 +00:00
"@push.rocks/smartbucket" : "^4.3.0" ,
2024-11-06 03:11:51 +01:00
"@types/node" : "^22.9.0"
2021-12-18 01:41:50 +01:00
} ,
"browserslist" : [
"last 1 chrome versions"
] ,
"files" : [
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
"dist_*/**/*" ,
"dist_ts/**/*" ,
"dist_ts_web/**/*" ,
"assets/**/*" ,
"cli.js" ,
"npmextra.json" ,
"readme.md"
] ,
"dependencies" : {
2025-11-23 22:12:29 +00:00
"@push.rocks/smartfs" : "^1.1.0" ,
2025-08-16 16:22:15 +00:00
"@push.rocks/smartpath" : "^6.0.0" ,
2025-11-21 14:36:30 +00:00
"@push.rocks/smartxml" : "^2.0.0" ,
"@tsclass/tsclass" : "^9.3.0"
2024-04-14 18:16:08 +02:00
} ,
"keywords" : [
"S3 Mock Server" ,
"Local S3" ,
"Node.js" ,
"TypeScript" ,
"Local Development" ,
2024-10-26 14:14:41 +02:00
"Testing" ,
"Cloud Storage" ,
2024-04-14 18:16:08 +02:00
"File Storage" ,
"AWS S3 Compatibility" ,
2024-10-26 14:14:41 +02:00
"Development Tool" ,
"S3 Endpoint" ,
"S3 Simulation" ,
"Bucket Management" ,
"File Upload" ,
"CI/CD Integration" ,
"Developer Onboarding"
2024-05-29 14:16:00 +02:00
] ,
2024-10-26 14:14:41 +02:00
"homepage" : "https://code.foss.global/push.rocks/smarts3#readme" ,
2024-05-29 14:16:00 +02:00
"repository" : {
"type" : "git" ,
2025-11-20 08:10:17 +00:00
"url" : "https://code.foss.global/push.rocks/smarts3.git"
2024-10-26 14:14:41 +02:00
} ,
"bugs" : {
"url" : "https://code.foss.global/push.rocks/smarts3/issues"
2025-08-16 16:22:15 +00:00
} ,
2025-11-20 08:10:17 +00:00
"packageManager" : "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748" ,
"pnpm" : {
"overrides" : { }
}
2024-11-06 17:02:30 +01:00
}