1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{ "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" } }