41 lines
842 B
JSON
41 lines
842 B
JSON
{
|
|
"name": "@gm5/core",
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"description": "Five.js, 一个轻量级的nodejs mvc框架 旨在简单易用, 5分钟即可上手",
|
|
"author": "yutent <yutent.io@gmail.com>",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@gm5/session": "^2.0.0",
|
|
"@gm5/request": "^2.0.3",
|
|
"@gm5/response": "^2.0.1",
|
|
"@gm5/controller": "^2.0.2",
|
|
"@gm5/jwt": "^2.0.2",
|
|
"@gm5/views": "^2.0.0",
|
|
"crypto.js": "^3.1.2",
|
|
"es.shim": "^2.2.0",
|
|
"iofs": "^1.5.3"
|
|
},
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.wkit.fun/gm5/core.git"
|
|
},
|
|
"keywords": [
|
|
"five",
|
|
"fivejs",
|
|
"node-five",
|
|
"five.js",
|
|
"gm5",
|
|
"gmf",
|
|
"nodejs",
|
|
"mvc",
|
|
"koa",
|
|
"express"
|
|
],
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|
JavaScript
100%