mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
17 lines
376 B
JSON
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"
|
|
}
|
|
}
|