{ "name": "fib", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "start": "node index.js" }, "author": "", "license": "ISC", "dependencies": { "axios": "^1.1.3", "express": "^4.18.2" } }