{ "name": "my-app", "version": "1.0.0", "description": "My Node.js app", "main": "index.js", "scripts": { "start": "node index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "express":"^4.18.2", "node-fetch": "2.6.6", "js-yaml": "latest", "btoa": "latest" } }