We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8411c0f commit 936bf19Copy full SHA for 936bf19
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "api-server-nodejs",
3
- "version": "0.0.1",
+ "version": "0.0.4",
4
"description": "RESTful back-end for Node.js and Express.js",
5
"main": "api.js",
6
"scripts": {
@@ -11,10 +11,10 @@
11
"license": "MIT",
12
"dependencies": {
13
"bcrypt-nodejs": "0.0.3",
14
- "body-parser": "^1.17.2",
15
"compression": "^1.7.4",
16
"cors": "^2.8.5",
17
"dotenv": "^8.2.0",
+ "joi": "^17.4.0",
18
"express": "^4.15.3",
19
"express-passport-logout": "^0.1.0",
20
"fs": "0.0.1-security",
0 commit comments