UNPKG

@jianghujs/jianghu

Version:

Progressive Enterprise Framework

62 lines (61 loc) 1.59 kB
{ "name": "@jianghujs/jianghu", "version": "5.1.30", "description": "Progressive Enterprise Framework", "dependencies": { "ajv": "^8.7.1", "ajv-formats": "^2.1.1", "axios": "^0.21.1", "dayjs": "^1.10.5", "egg": "^2.15.1", "egg-bin": "^4.11.0", "egg-cors": "^2.2.3", "egg-knex": "^3.0.1", "egg-scripts": "^2.11.0", "egg-static": "^2.2.0", "egg-view-nunjucks": "^2.3.0", "koa-send": "^5.0.1", "koa-proxy": "^1.0.0-alpha.3", "lodash": "^4.17.21", "md5-node": "^1.0.1", "mime": "3.0.0", "mysql2": "^2.3.3", "nanoid": "3.3.1", "tnwx": "^2.5.6" }, "devDependencies": { "@socket.io/redis-adapter": "^7.1.0", "egg-mock": "^3.21.0", "ioredis": "^4.28.2", "mockdate": "^3.0.5", "proxyquire": "^2.1.3", "sinon": "^14.0.0", "socket.io": "4.4.1", "socket.io-client": "4.4.1", "sqlite3": "^5.0.11", "supertest": "^6.2.4" }, "engines": { "node": ">=12.0.0" }, "scripts": { "test": "egg-bin test", "cov": "egg-bin cov", "lint": "eslint . --resolve-plugins-relative-to ." }, "keywords": [ "egg", "egg-framework" ], "author": "", "eslintIgnore": [ "coverage", "dist" ], "homepage": "https://cn.jianghujs.org", "repository": { "type": "git", "url": "https://github.com/jianghujs/jianghu.git" }, "license": "Apache-2.0" }