mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-11-24 04:25:46 +01:00
9 lines
164 B
JSON
9 lines
164 B
JSON
{
|
|
"name": "test-rpc-server",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"server": "node rpc-server.js",
|
|
"client": "node test-client.js"
|
|
}
|
|
} |