keystroke back end
Showing
... | ... | @@ -2,7 +2,6 @@ |
"name": "keystrokedynamics", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "server.js", | ||
"scripts": { | ||
"build": "yarn tsc", | ||
"start": "yarn build && node lib/index.js", | ||
... | ... | @@ -13,6 +12,7 @@ |
"license": "ISC", | ||
"dependencies": { | ||
"bcryptjs": "^2.4.3", | ||
"cors": "^2.8.5", | ||
"express": "^4.18.2", | ||
"jsonwebtoken": "^9.0.0", | ||
"lodash": "^4.17.19", | ||
... | ... | @@ -25,6 +25,7 @@ |
"@types/express": "^4.17.17", | ||
"@types/jsonwebtoken": "^9.0.1", | ||
"@types/lodash": "^4.14.191", | ||
"@types/node": "^18.15.1", | ||
"eslint": "^7.5.0", | ||
"eslint-config-airbnb": "^18.2.0", | ||
"eslint-config-airbnb-base": "^14.2.0", | ||
... | ... |
Please register or sign in to comment