15 lines
279 B
JSON
15 lines
279 B
JSON
|
{
|
||
|
"name": "@ehason/auth",
|
||
|
"version": "1.1.1",
|
||
|
"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"
|
||
|
}
|
||
|
}
|