npm-package/auth/package.json
2020-06-29 13:18:38 +08:00

15 lines
279 B
JSON

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