UNPKG

@asserted/socketio-uptime

Version:
56 lines (55 loc) 1.2 kB
{ "name": "@asserted/socketio-uptime", "description": "Test Socket IO uptime with Asserted", "version": "0.0.4", "author": "Eric Hacke", "bugs": { "url": "https://github.com/assertedio/socketio-uptime/issues" }, "dependencies": { "body-parser": "^1.19.0", "express": "^4.17.1", "faker": "^4.1.0", "shortid": "^2.2.15", "socket.io": "^2.3.0" }, "devDependencies": { "asrtd": "^1.3.4", "start-server-and-test": "^1.11.0" }, "files": [ "app.js", "socketMiddleware.js", "images" ], "homepage": "https://github.com/assertedio/socketio-uptime#readme", "keywords": [ "api", "asserted", "chai", "example", "health", "health check", "integration", "integration testing", "mocha", "monitoring", "nodejs", "socket-io", "test", "uptime", "websocket" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/assertedio/socketio-uptime.git" }, "scripts": { "asrtd:run": "asrtd run", "postinstall": "cd .asserted && npm i", "start": "node app.js", "test:asrtd": "server-test start 3000 asrtd:run" } }