UNPKG

@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.68 kB
{ "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.47", "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": "SCL-1.0-Universal", "copyright": "© 2025 Hassan Steven Compton. All rights reserved.", "dependencies": { "@trap_stevo/legendarybuilderpronodejs-utilities": "^1.0.49", "express": "^4.17.1", "socket.io": "^4.0.0" }, "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" } }