controly
Version:
SDK for the Controly real-time communication system.
26 lines (25 loc) • 458 B
JSON
{
"name": "controly",
"type": "module",
"version": "2.0.0",
"description": "SDK for the Controly real-time communication system.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"controly",
"websocket",
"real-time"
],
"author": "SimbaFs <me@simbafs.cc>",
"license": "MIT",
"devDependencies": {
"typescript": "^5.0.0"
},
"files": [
"dist"
]
}