17 lines
414 B
JSON
17 lines
414 B
JSON
{
|
|
"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')\"",
|
|
"test": "node --test"
|
|
},
|
|
"dependencies": {
|
|
"@vela/protocol": "0.0.0",
|
|
"fastify": "^5.2.1"
|
|
}
|
|
}
|