@microtica/auth
Version:
Authentication and Authorization library
40 lines (39 loc) • 886 B
JSON
{
"name": "@microtica/auth",
"version": "4.3.0",
"description": "Authentication and Authorization library",
"keywords": [
"test",
"tools",
"microtica"
],
"main": "js/index.js",
"files": [
"js/"
],
"typings": "js/index",
"scripts": {
"build": "./node_modules/.bin/tsc --p ./ts/",
"prebuild": "rm -rf js",
"prepublish": "npm run build"
},
"author": "Microtica",
"license": "MIT",
"dependencies": {
"@microtica/database": "^3.0.1",
"@microtica/utils": "^1.0.0",
"bluebird": "^3.4.6",
"http-status-codes": "^1.3.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.11"
},
"devDependencies": {
"@types/bluebird": "3.0.35",
"@types/express": "^4.11.0",
"@types/jwt-decode": "^2.2.1",
"@types/lodash": "^4.14.91",
"@types/node": "^6.0.95",
"tslint": "^5.8.0",
"typescript": "^3.0.1"
}
}