{ "name": "http-server", "version": "1.0.0", "description": "simple http server for cpp sdk test", "main": "index.js", "dependencies": { "express": "^4", "body-parser": "^1.18" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "MIT" }