@trap_stevo/iotide
Version:
Provides the ultimate solution for real-time event management. Designed to make your applications dynamic and responsive, IoTide offers unparalleled flexibility in handling events on-the-fly. Effortlessly create interactive web applications, live data das
49 lines (48 loc) • 1.65 kB
JSON
{
"name": "@trap_stevo/iotide",
"description": "Provides the ultimate solution for real-time event management. Designed to make your applications dynamic and responsive, IoTide offers unparalleled flexibility in handling events on-the-fly. Effortlessly create interactive web applications, live data dashboards, chat applications, and collaborative tools with seamless communication between your server and connected clients.",
"version": "0.0.43",
"main": "./dist/cjs/Server.js",
"exports": {
".": {
"require": "./dist/cjs/Server.js"
}
},
"scripts": {
"build:cjs": "babel src --out-dir dist/cjs --plugins=@babel/plugin-transform-modules-commonjs && cpx \"src/**/*.{png,jpg,jpeg,gif,svg,html}\" dist/cjs",
"build:esm": "cp -r src dist/esm",
"build": "npm run build:cjs && npm run build:esm",
"start-iotide": "node ./demos/ioTideDemo.js",
"start": "node ./dist/cjs/Server.js"
},
"keywords": [
"Legendary",
"Interactive",
"Realtime",
"Live data dashboard",
"Collaborative tools",
"Chat application",
"Communication",
"Seamless",
"Servers",
"Server",
"Dynamic",
"Live",
"Data"
],
"author": "Steven Compton",
"license": "See License in LICENSE.md",
"dependencies": {
"@trap_stevo/legendarybuilderpronodejs-utilities": "^1.0.43",
"express": "^4.17.1",
"socket.io": "^4.0.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"babel-plugin-file-loader": "^2.0.0"
}
}