io-syncify
Version:
跨进程、跨服务器之间通信同步化
23 lines (22 loc) • 478 B
JSON
{
"name": "io-syncify",
"version": "1.0.0",
"description": "跨进程、跨服务器之间通信同步化",
"main": "./dist/index.js",
"types": "./dist/@types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"syncify"
],
"author": "mattf",
"license": "MIT",
"dependencies": {
"ioredis": "^4.19.2"
},
"devDependencies": {
"@types/ioredis": "^4.17.7",
"@types/node": "^14.14.7"
}
}