mirror of
https://github.com/bitinflow/bpkg-images.git
synced 2026-03-21 09:35:52 +00:00
Hello world app
This commit is contained in:
21
runtimes/hello-world:latest/package.json
Normal file
21
runtimes/hello-world:latest/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "@bitinflow/hello-world",
|
||||
"version": "1.0.0",
|
||||
"description": "JSON service for debugging a web setup",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "bitinflow Containers Team <containers@bitinflow.com>",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=6.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"concat-stream": "^2.0.0",
|
||||
"express": "^4.17.1",
|
||||
"jsonwebtoken": "^8.5.0",
|
||||
"morgan": "^1.10.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user