19 lines
400 B
JSON
19 lines
400 B
JSON
|
{
|
||
|
"name": "ms",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Mahjong Soul RPC client",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"bytebuffer": "^5.0.1",
|
||
|
"command-line-args": "^5.1.1",
|
||
|
"command-line-usage": "^6.0.2",
|
||
|
"protobufjs": "^6.8.8",
|
||
|
"websocket": "^1.0.30"
|
||
|
}
|
||
|
}
|