{ "name": "free-midway-component", "version": "1.0.54", "description": "", "main": "dist/index.js", "typings": "index.d.ts", "scripts": { "build": "cross-env midway-bin build -c", "test": "cross-env midway-bin test --ts", "cov": "cross-env midway-bin cov --ts", "lint": "mwts check", "lint:fix": "mwts fix" }, "keywords": [], "author": "", "files": [ "dist/**/*.js", "dist/**/*.d.ts", "index.d.ts" ], "license": "MIT", "devDependencies": { "@midwayjs/cli": "^2.0.0", "@midwayjs/core": "^3.0.0", "@midwayjs/decorator": "^3.0.0", "@midwayjs/koa": "^3.0.0", "@midwayjs/mock": "^3.0.0", "@midwayjs/typegoose": "^3.0.0", "@typegoose/typegoose": "^9.0.0", "@types/jest": "^29.2.3", "@types/lodash": "^4.14.190", "@types/node": "^16.11.22", "cross-env": "^6.0.0", "jest": "^29.2.2", "lodash": "^4.17.21", "mongoose": "^6.0.7", "mwts": "^1.0.5", "ts-jest": "^29.0.3", "typescript": "~4.8.0" }, "dependencies": { "@midwayjs/axios": "^3.9.0", "@midwayjs/bull": "^3.12.3", "@midwayjs/upload": "^3.12.7", "@types/mime": "^3.0.2", "fs-extra": "^11.1.1", "mime": "^3.0.0", "@midwayjs/jwt": "^3.13.7" } }