refresh-tokens
Version:
refresh tokens library for nodejs server with mongodb
46 lines (45 loc) • 1.21 kB
JSON
{
"name": "refresh-tokens",
"version": "0.1.1",
"keywords": [
"refresh-tokens"
],
"description": "refresh tokens library for nodejs server with mongodb",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/index.js",
"dev": "nodemon src/index.ts",
"build": "tsc -p ."
},
"homepage": "https://github.com/darwin-morocho/refresh-tokens",
"author": {
"name": "Darwin Morocho",
"email": "dsmr.apps@gmail.com",
"url": "https://dina.ec"
},
"private": false,
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.2",
"@types/jsonwebtoken": "^8.3.5",
"@types/lodash": "^4.14.146",
"@types/mongoose": "^5.5.30",
"@types/swagger-ui-express": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"eslint": "^6.6.0",
"nodemon": "^2.0.4",
"ts-node": "^8.5.0",
"typescript": "^3.7.2"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.19",
"mongoose": "^5.7.10",
"swagger-ui-express": "^4.1.2"
}
}