{
  "name": "@random-guys/gateman",
  "version": "2.0.1",
  "description": "Encrypted RBAC and authentication management.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "watch": "tsc --watch",
    "build": "tsc",
    "test": "jest"
  },
  "author": "Chukwudi Oranu <chukwudioranu@ymail.com>",
  "license": "MIT",
  "dependencies": {
    "@hapi/iron": "^5.1.0",
    "express": "^4.17.0"
  },
  "devDependencies": {
    "@types/express": "^4.16.1",
    "@types/hapi__iron": "^5.1.0",
    "@types/jest": "^24.0.13",
    "@types/node": "^12.0.2",
    "@types/supertest": "^2.0.7",
    "dotenv": "^8.0.0",
    "jest": "^24.0.0",
    "redis": "^2.8.0",
    "supertest": "^4.0.2",
    "ts-jest": "^24.0.2",
    "typescript": "^3.4.5",
    "uuid": "^3.3.2"
  }
}
