{ "name": "securestream", "version": "1.0.0", "main": "server.js", "scripts": { "start": "node server.js" }, "keywords": [], "author": "Jakub Žitník", "license": "ISC", "description": "", "dependencies": { "child_process": "^1.0.2", "crypto": "^1.0.1", "express": "^4.19.2", "serve-static": "^1.15.0" } }