2021-12-18 00:41:50 +00:00
{
2023-07-10 08:17:59 +00:00
"name" : "@push.rocks/smarts3" ,
2024-11-06 16:01:20 +00:00
"version" : "2.2.3" ,
2021-12-18 00:41:50 +00:00
"private" : false ,
2024-10-26 12:14:41 +00: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 00:41:50 +00:00
"main" : "dist_ts/index.js" ,
"typings" : "dist_ts/index.d.ts" ,
2022-04-14 08:36:24 +00:00
"type" : "module" ,
2021-12-18 00:41:50 +00:00
"author" : "Lossless GmbH" ,
"license" : "MIT" ,
"scripts" : {
"test" : "(tstest test/ --web)" ,
2024-10-26 12:14:41 +00:00
"build" : "(tsbuild --web --allowimplicitany)" ,
"buildDocs" : "tsdoc"
2021-12-18 00:41:50 +00:00
} ,
"devDependencies" : {
2024-11-06 02:11:51 +00:00
"@git.zone/tsbuild" : "^2.2.0" ,
"@git.zone/tsbundle" : "^2.1.0" ,
"@git.zone/tsrun" : "^1.3.3" ,
2024-10-26 12:14:41 +00:00
"@git.zone/tstest" : "^1.0.72" ,
2024-11-06 16:02:29 +00:00
"@push.rocks/tapbundle" : "^5.4.3" ,
2024-11-06 02:11:51 +00:00
"@types/node" : "^22.9.0"
2021-12-18 00:41:50 +00: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" : {
2024-11-06 02:11:51 +00:00
"@push.rocks/smartbucket" : "^3.0.23" ,
"@push.rocks/smartfile" : "^11.0.21" ,
2024-10-26 12:14:41 +00:00
"@push.rocks/smartpath" : "^5.0.5" ,
2024-10-26 12:17:38 +00:00
"@tsclass/tsclass" : "^4.1.2" ,
2021-12-18 00:41:50 +00:00
"@types/s3rver" : "^3.7.0" ,
"s3rver" : "^3.7.1"
2024-04-14 16:16:08 +00:00
} ,
"keywords" : [
"S3 Mock Server" ,
"Local S3" ,
"Node.js" ,
"TypeScript" ,
"Local Development" ,
2024-10-26 12:14:41 +00:00
"Testing" ,
"Cloud Storage" ,
2024-04-14 16:16:08 +00:00
"File Storage" ,
"AWS S3 Compatibility" ,
2024-10-26 12:14:41 +00:00
"Development Tool" ,
"S3 Endpoint" ,
"S3 Simulation" ,
"Bucket Management" ,
"File Upload" ,
"CI/CD Integration" ,
"Developer Onboarding"
2024-05-29 12:16:00 +00:00
] ,
2024-10-26 12:14:41 +00:00
"homepage" : "https://code.foss.global/push.rocks/smarts3#readme" ,
2024-05-29 12:16:00 +00:00
"repository" : {
"type" : "git" ,
2024-10-26 12:14:41 +00:00
"url" : "git+https://code.foss.global/push.rocks/smarts3.git"
} ,
"bugs" : {
"url" : "https://code.foss.global/push.rocks/smarts3/issues"
2024-05-29 12:16:00 +00:00
}
2024-11-06 16:02:29 +00:00
}