mirror of
https://github.com/azahar-emu/discord-rpc
synced 2025-11-17 12:30:00 +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"
|
|
}
|
|
} |