@petercraftsmn/auth-util
Version:
Auth utility functions
24 lines (23 loc) • 504 B
JSON
{
"name": "@petercraftsmn/auth-util",
"version": "2.2.0",
"repository": "https://github.com/petercraftsmn/auth-util",
"description": "Auth utility functions",
"main": "index.js",
"scripts": {
"test": "export NODE_ENV=test && mocha --watch --recursive"
},
"keywords": [
"auth",
"utility",
"cryptology"
],
"author": "Peter Craftsmn",
"license": "ISC",
"devDependencies": {
"mocha": "^8.2.1"
},
"dependencies": {
"@petercraftsmn/validate": "^1.0.5"
}
}