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