Files
eagler-proxy/package.json
2025-06-23 16:07:32 -04:00

13 lines
241 B
JSON

{
"name": "eg-proxy",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "bun --watch index.js"
},
"author": "",
"license": "ISC",
"description": ""
}