{
    "name": "@gugotech/tncc-users-permissions",
    "version": "1.1.48",
    "description": "> TODO: description",
    "author": "phucanthony <phuc9h2010@gmail.com>",
    "homepage": "",
    "license": "ISC",
    "main": "lib",
    "directories": {
        "lib": "lib",
        "test": "__tests__"
    },
    "files": [
        "lib"
    ],
    "publishConfig": {
        "access": "public"
    },
    "repository": {
        "type": "git",
        "url": "git@git.gugotech.com:tncc/tncc-users-service.git"
    },
    "scripts": {
        "prepare": "tsc",
        "test": "echo \"Error: run tests from root\" && exit 1"
    },
    "devDependencies": {
        "@types/lodash": "^4.14.165",
        "typescript": "^4.1.3"
    },
    "dependencies": {
        "joi": "^17.3.0",
        "lodash": "^4.17.20"
    }
}