Socio/core/jsr.json
2024-10-16 10:41:26 +02:00

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"
}