{ "name": "vela-gateway", "private": true, "version": "0.0.0", "description": "Minimal Fastify app for the Vela gateway service.", "scripts": { "dev": "node --watch src/index.js", "start": "node src/index.js", "build": "node -e \"console.log('vela-gateway: no build step required')\"" }, "dependencies": { "@vela/protocol": "0.0.0", "fastify": "^5.2.1" } }