@agatee/socket
Version:
Socket module to use with Agatee CLI
22 lines (21 loc) • 458 B
JSON
{
"name": "@agatee/socket",
"version": "0.0.3",
"description": "Socket module to use with Agatee CLI",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"agatee",
"socket"
],
"author": "niainaratsima@gmail.com",
"license": "ISC",
"dependencies": {},
"peerDependencies": {
"@agatee/core": "1.0.3",
"socket.io": "^4.0.1",
"reflect-metadata": "^0.1.13"
}
}