| 1 | { |
| 2 | "name": "@yikart/assets", |
| 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 | "@nestjs/schedule": "6.1.1", |
| 17 | "@nestjs/swagger": "11.2.6", |
| 18 | "@yikart/aitoearn-auth": "workspace:*", |
| 19 | "@yikart/ali-oss": "workspace:*", |
| 20 | "@yikart/aws-s3": "workspace:*", |
| 21 | "@yikart/common": "workspace:*", |
| 22 | "@yikart/mongodb": "workspace:*", |
| 23 | "@yikart/redlock": "workspace:*", |
| 24 | "dayjs": "1.11.20", |
| 25 | "nanoid": "5.1.7", |
| 26 | "tslib": "2.8.1", |
| 27 | "zod": "4.3.6" |
| 28 | }, |
| 29 | "dependencies": { |
| 30 | "execa": "9.6.1", |
| 31 | "mime-types": "3.0.2" |
| 32 | }, |
| 33 | "devDependencies": { |
| 34 | "@types/mime-types": "3.0.1" |
| 35 | } |
| 36 | } |
| 37 |