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.
21 lines
417 B
21 lines
417 B
{ |
|
"name": "true_jwt", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "index.js", |
|
"scripts": { |
|
"devStart": "nodemon server.js", |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"keywords": [], |
|
"author": "", |
|
"license": "ISC", |
|
"dependencies": { |
|
"dotenv": "^16.0.1", |
|
"express": "^4.18.1", |
|
"jsonwebtoken": "^8.5.1" |
|
}, |
|
"devDependencies": { |
|
"nodemon": "^2.0.19" |
|
} |
|
}
|
|
|