修复依赖
parent
0b01b0f975
commit
c01c726ea4
12
package.json
12
package.json
|
@ -1,11 +1,19 @@
|
||||||
{
|
{
|
||||||
"name": "@gm5/session",
|
"name": "@gm5/session",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "会话中间件。",
|
"description": "会话中间件。",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "yutent <yutent.io@gmail.com>",
|
"author": "yutent <yutent.io@gmail.com>",
|
||||||
"keywords": ["fivejs", "controller", "http"],
|
"keywords": [
|
||||||
|
"fivejs",
|
||||||
|
"session",
|
||||||
|
"http"
|
||||||
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"crypto.js": "^2.0.2",
|
||||||
|
"ioredis": "^4.17.3"
|
||||||
|
},
|
||||||
"repository": "https://github.com/bytedo/gmf.session.git",
|
"repository": "https://github.com/bytedo/gmf.session.git",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue