You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
386 B
22 lines
386 B
{
|
|
"name": "jwt",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "nodemon index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcrypt": "^5.0.1",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^14.2.0",
|
|
"express": "^4.17.2",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"nodemon": "^2.0.15",
|
|
"pg": "^8.7.1"
|
|
}
|
|
}
|