rise-deploy 0.16.3

A simple and powerful CLI for deploying containerized applications
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "hello-world",
  "version": "1.0.0",
  "description": "Simple Hello World app for testing Rise deploy",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "keywords": ["hello", "world", "example"],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "express": "^4.22.1"
  },
  "engines": {
    "node": ">=18.x"
  }
}