mirror of
https://github.com/Rolands-Laucis/Socio.git
synced 2026-05-16 06:05:53 -06:00
30 lines
No EOL
669 B
JSON
30 lines
No EOL
669 B
JSON
{
|
|
"name": "@roland/socio",
|
|
"version": "1.9.0",
|
|
"exports": "./core-server.ts",
|
|
"publish": {
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules"
|
|
]
|
|
},
|
|
"license":"MIT",
|
|
"description": "A WebSocket Real-Time Communication (RTC) API framework.",
|
|
"keywords": [
|
|
"websocket",
|
|
"rtc",
|
|
"api",
|
|
"framework",
|
|
"reactive",
|
|
"database",
|
|
"sync",
|
|
"live",
|
|
"SQL",
|
|
"query"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Rolands-Laucis/Socio.git"
|
|
},
|
|
"homepage": "https://github.com/Rolands-Laucis/Socio#readme"
|
|
} |