@starbase/auth
Version:
Starbase Authentication
32 lines (31 loc) • 700 B
JSON
{
"name": "@starbase/auth",
"version": "0.1.1",
"description": "Starbase Authentication",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"auth",
"authentication",
"authorization",
"jwt",
"starbase"
],
"author": "Mike Fuller",
"license": "MIT",
"dependencies": {
"@starbase/therules": "latest",
"bcryptjs": "latest",
"jsonwebtoken": "latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/starbasealpha/auth.git"
},
"bugs": {
"url": "https://github.com/starbasealpha/auth/issues"
},
"homepage": "https://github.com/starbasealpha/auth#readme"
}