appsmith-socketio
Version:
Thư viện Socket.IO cho Appsmith
45 lines (44 loc) • 1.15 kB
JSON
{
"name": "appsmith-socketio",
"version": "3.0.13",
"description": "Thư viện Socket.IO cho Appsmith",
"main": "dist/appsmith-socketio.min.js",
"module": "dist/appsmith-socketio.esm.js",
"files": [
"dist"
],
"keywords": [
"appsmith",
"socket.io",
"realtime"
],
"author": {
"name": "DTU DZ",
"email": "thanhtruong23111999@gmail.com",
"url": "https://dtu.edu.vn"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Truongpyeo/dtuappsmithrealtime.git"
},
"bugs": {
"url": "https://github.com/Truongpyeo/dtuappsmithrealtime/issues"
},
"homepage": "https://github.com/Truongpyeo/dtuappsmithrealtime#readme",
"dependencies": {
"socket.io-client": "^4.7.4"
},
"devDependencies": {
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
"terser-webpack-plugin": "^5.3.10"
},
"readme": "README.md",
"scripts": {
"build": "webpack --config webpack.config.js",
"dev": "webpack --mode development --watch",
"prepare": "npm run build",
"prepublishOnly": "npm run build"
}
}