Files
bpkg-images/runtimes/hello-world:latest/package.json
2021-12-05 14:57:42 +01:00

21 lines
515 B
JSON

{
"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"
}
}