{ "name": "message-board", "version": "1.0.0", "description": "Simulator to simulate functionality of message board for agent test", "main": "message-board.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "uuid": "^8.3.2", "ws": "^7.4.6" } }