{ "name": "backend", "version": "1.0.0", "description": "backend for the pivoter server", "main": "index.js", "scripts": { "start": "node .", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "osamu-kj", "license": "ISC", "dependencies": { "base-64": "^1.0.0", "express": "^4.18.2", "mongodb": "^4.12.1" } }