update tsconfig
This commit is contained in:
16
package.json
16
package.json
@@ -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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user