{ "name": "testcallbackserver", "version": "1.0.0", "description": "small server to see how login button works", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "axios": "^1.6.5", "express": "^4.18.2" } }