21 lines
509 B
JSON
21 lines
509 B
JSON
|
|
{
|
||
|
|
"name": "appsmith-rts",
|
||
|
|
"version": "0.0.1",
|
||
|
|
"description": "Realtime component microservice for Appsmith",
|
||
|
|
"main": "index.js",
|
||
|
|
"author": "Appsmith Team",
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"private": true,
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/express": "^4.17.11",
|
||
|
|
"@types/mongodb": "^3.6.10",
|
||
|
|
"@types/socket.io": "^2.1.13",
|
||
|
|
"axios": "^0.21.1",
|
||
|
|
"express": "^4.17.1",
|
||
|
|
"mongodb": "^3.6.4",
|
||
|
|
"socket.io": "^4.0.0",
|
||
|
|
"source-map-support": "^0.5.19",
|
||
|
|
"typescript": "^4.2.3"
|
||
|
|
}
|
||
|
|
}
|