const path = require('path') const jwt = require('jsonwebtoken') const pkg = {} pkg.path = path pkg.jwt = jwt module.exports = pkg