{ "name": "faifood", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node index.mjs" }, "bin": { "faifood": "index.mjs" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "node-fetch": "^3.2.10" } }