返回 AiToEarn
package.json
根目录 / project / aitoearn-backend / libs / aws-s3 / package.json
1 {
2 "name": "@yikart/aws-s3",
3 "type": "commonjs",
4 "version": "0.0.3",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/yikart/aitoearn-monorepo.git"
8 },
9 "main": "./src/index.js",
10 "types": "./src/index.d.ts",
11 "publishConfig": {
12 "registry": "https://npm.pkg.github.com"
13 },
14 "peerDependencies": {
15 "@nestjs/common": "11.1.24",
16 "@yikart/common": "workspace:*",
17 "tslib": "2.8.1",
18 "zod": "4.3.6"
19 },
20 "dependencies": {
21 "@aws-sdk/client-s3": "3.1013.0",
22 "@aws-sdk/lib-storage": "3.1013.0",
23 "@aws-sdk/s3-presigned-post": "3.1013.0",
24 "@aws-sdk/s3-request-presigner": "3.1013.0"
25 }
26 }
27
27 lines JSON