{ "type": "module", "name": "node-example", "version": "1.0.0", "description": "Node example calling Cognee API", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "form-data": "^4.0.1", "node-fetch": "^3.3.2" } }