-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 841 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@getlarge/nestjs-tools-file-storage",
"version": "1.4.1",
"description": "File Storage Juggler",
"keywords": [
"file",
"storage",
"s3",
"aws",
"FileStorage",
"nestjs"
],
"license": "Apache-2.0",
"author": "Edouard Maleix <[email protected]>",
"homepage": "https://github.com/getlarge/nestjs-tools/tree/main/packages/file-storage",
"publishConfig": {
"access": "public"
},
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@aws-sdk/client-s3": "3",
"@aws-sdk/lib-storage": "3",
"@google-cloud/storage": "7",
"@nestjs/common": "10"
},
"peerDependenciesMeta": {
"@aws-sdk/client-s3": {
"optional": true
},
"@aws-sdk/lib-storage": {
"optional": true
},
"@google-cloud/storage": {
"optional": true
}
}
}