UNPKG

plus-midwayjs

Version:
60 lines (59 loc) 1.4 kB
{ "name": "plus-midwayjs", "version": "1.0.12", "description": "midwayjs addon", "main": "dist/index.js", "typings": "index.d.ts", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "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": [ "midwayjs", "midwayjs-plus" ], "author": "Kassy", "files": [ "dist/**/*.js", "dist/**/*.d.ts", "index.d.ts" ], "repository": { "type": "git", "url": "https://github.com/KassyTan95/plus-midwayjs" }, "license": "MIT", "dependencies": { "dayjs": "^1.11.10", "figlet": "^1.7.0", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", "uuid": "^9.0.1", "crypto-js": "^4.2.0" }, "devDependencies": { "@midwayjs/cli": "^2.0.0", "@midwayjs/core": "^3.9.0", "@midwayjs/decorator": "^3.9.0", "@midwayjs/koa": "^3.9.0", "@midwayjs/mock": "^3.9.0", "@midwayjs/typeorm": "^3.9.0", "@types/jsonwebtoken": "^9.0.5", "@types/crypto-js": "^4.2.1", "@types/jest": "^29.2.4", "@types/node": "^14", "cross-env": "^6.0.0", "jest": "^29.3.1", "mwts": "^1.3.0", "ts-jest": "^29.0.3", "typeorm": "^0.3.11", "typescript": "~4.8.0" } }