2019-08-28 14:08:14 +08:00
|
|
|
{
|
|
|
|
"name": "@ehason/auth",
|
2020-06-29 13:18:38 +08:00
|
|
|
"version": "1.3.0",
|
2019-08-28 14:08:14 +08:00
|
|
|
"description": "User auth lib",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "likeagle",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"ioredis": "^4.14.0"
|
|
|
|
}
|
|
|
|
}
|