update tsconfig

This commit is contained in:
2024-04-14 18:16:08 +02:00
parent 92a884354d
commit a9eccfefc1
4 changed files with 132 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smarts3",
"version": "2.1.1",
"private": false,
"description": "create an s3 endpoint that maps to a local directory",
"description": "Creates an S3 endpoint that maps to a local directory for testing and local development.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -40,5 +40,17 @@
"@pushrocks/smartpath": "^5.0.5",
"@types/s3rver": "^3.7.0",
"s3rver": "^3.7.1"
}
},
"keywords": [
"S3 Mock Server",
"Local S3",
"S3 Testing",
"Node.js",
"TypeScript",
"Local Development",
"Cloud Storage Simulation",
"File Storage",
"AWS S3 Compatibility",
"Development Tool"
]
}