{ "name": "jwttoken", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "description": "", "dependencies": { "bcrypt": "^5.1.1", "dotenv": "^16.4.7", "express": "^4.21.2", "jsonwebtoken": "^9.0.2" }, "devDependencies": { "nodemon": "^3.1.9" } }