| 1 | { |
| 2 | "name": "@yikart/ali-oss", |
| 3 | "type": "commonjs", |
| 4 | "version": "0.0.1", |
| 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 | "ali-oss": "6.23.0" |
| 22 | }, |
| 23 | "devDependencies": { |
| 24 | "@types/ali-oss": "6.23.3" |
| 25 | } |
| 26 | } |
| 27 |