Files
sashimono/examples/message-board/package.json
2021-07-19 14:51:04 +05:30

17 lines
376 B
JSON

{
"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": {
"express": "^4.17.1",
"uuid": "^8.3.2",
"ws": "^7.4.6"
}
}