simpleddp-node
Version:
The aim of this library is to simplify the process of working with meteor server over DDP protocol using external JS environments
37 lines (36 loc) • 802 B
JSON
{
"name": "simpleddp-node",
"version": "0.1.3",
"description": "The aim of this library is to simplify the process of working with meteor server over DDP protocol using external JS environments",
"keywords": [
"ddp",
"simpleddp",
"simple",
"ddpjs",
"ddp.js",
"DDP",
"WebSocket",
"client",
"meteor"
],
"scripts": {
"build": "tsc -p tsconfig.json"
},
"license": "MIT",
"homepage": "https://github.com/swipelime/simpleddp-node/",
"dependencies": {
"clone-deep": "^4.0.1",
"ejson": "^2.2.0"
},
"main": "dist/DDPClient.js",
"types": "dist/DDPClient.d.ts",
"devDependencies": {
"@types/clone-deep": "^4.0.4",
"@types/ejson": "^2.2.2",
"@types/node": "^22.9.3",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.13",
"typescript": "^5.7.2",
"ws": "^8.18.0"
}
}