{ "name": "searchagent", "version": "1.0.0", "main": "restSearch.js", "type": "module", "scripts": { "serve": "node restSearch.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "description": "", "dependencies": { "@openrouter/sdk": "^0.11.2", "dotenv": "^17.2.3", "exa-js": "^2.11.0", "express": "^5.2.1" } }