{ "name": "auth-api", "version": "1.0.0", "description": "Lambda function for authentication", "main": "index.js", "dependencies": { "bcryptjs": "^2.4.3", "jsonwebtoken": "^9.0.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs" }