{ "name": "@gm5/core", "version": "3.2.6", "type": "module", "description": "Five.js, 一个轻量级的nodejs mvc框架 旨在简单易用, 5分钟即可上手", "author": "yutent ", "main": "index.js", "dependencies": { "crypto.js": "^2.0.1", "@bytedo/es.shim": "^1.0.0", "iofs": "^1.3.2", "mysqli": "^3.0.11", "@gm5/request": "^1.0.0", "@gm5/response": "^1.0.0", "@gm5/cookie": "^1.0.0", "smartyx": "^1.3.1", "ioredis": "^3.2.2" }, "devDependencies": {}, "repository": { "type": "git", "url": "https://github.com/bytedo/gmf.core.git" }, "keywords": [ "five, fivejs, node-five, five.js, nodejs, mvc, koa, express" ], "engines": { "node": ">=10.0.0" }, "license": "MIT" }