diff --git a/package.json b/package.json index 1b088b5..cf6ed33 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,10 @@ "version": "3.2.6", "type": "module", "description": "Five.js, 一个轻量级的nodejs mvc框架 旨在简单易用, 5分钟即可上手", - "author": "宇天 ", + "author": "yutent ", "main": "index.js", "dependencies": { - "crypto.js": "^1.3.1", + "crypto.js": "^2.0.1", "@bytedo/es.shim": "^1.0.0", "iofs": "^1.3.2", "mysqli": "^3.0.11", @@ -21,7 +21,9 @@ "type": "git", "url": "https://github.com/bytedo/gmf.core.git" }, - "keywords": ["five, fivejs, node-five, five.js, nodejs, mvc, koa, express"], + "keywords": [ + "five, fivejs, node-five, five.js, nodejs, mvc, koa, express" + ], "engines": { "node": ">=10.0.0" },