mirror of
https://github.com/bitinflow/bpkg-images.git
synced 2026-03-13 21:55:55 +00:00
21 lines
515 B
JSON
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"
|
|
}
|
|
} |