-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
23 lines (23 loc) · 879 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "thundernanoservices-testclients",
"version": "1.0.0",
"description": "CPP Test client to verify Thunder plugin generated events has been written taking [ThunderNanoServices JSONRPCClient](https://github.com/rdkcentral/ThunderNanoServices/tree/master/examples/JSONRPCClient) as reference.",
"main": "thunderEventListnerJavaScriptClient.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arun-madhavan-013/ThunderNanoServices-TestClients.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/arun-madhavan-013/ThunderNanoServices-TestClients/issues"
},
"homepage": "https://github.com/arun-madhavan-013/ThunderNanoServices-TestClients#readme",
"dependencies": {
"axios": "^1.6.0",
"ws": "^8.8.0"
}
}