npm-package/auth/package.json

15 lines
279 B
JSON

{
"name": "@ehason/auth",
"version": "1.3.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"
}
}