UNPKG

@comapeo/ipc

Version:
82 lines (81 loc) 1.98 kB
{ "name": "@comapeo/ipc", "version": "6.0.2", "description": "IPC wrappers for CoMapeo Core", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./client.js": { "import": "./dist/client.js", "types": "./dist/client.d.ts" }, "./server.js": { "import": "./dist/server.js", "types": "./dist/server.d.ts" } }, "engines": { "node": ">=18.17.1" }, "scripts": { "bench": "node bench/bench.js", "build": "tsc -p tsconfig.npm.json", "check:eslint": "eslint . --cache", "check:format": "prettier --check --cache .", "check:types": "tsc", "check": "npm-run-all --parallel --continue-on-error --print-label --aggregate-output check:*", "prepack": "npm run build", "prepare": "husky", "test": "node --test tests/*.js" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/digidem/comapeo-ipc.git" }, "keywords": [ "mapeo", "ipc" ], "author": { "name": "Andrew Chou" }, "license": "MIT", "bugs": { "url": "https://github.com/digidem/comapeo-ipc/issues" }, "homepage": "https://github.com/digidem/comapeo-ipc#readme", "dependencies": { "eventemitter3": "^5.0.1", "p-defer": "^4.0.1", "rpc-reflector": "^3.0.1" }, "peerDependencies": { "@comapeo/core": "^5.0.0" }, "devDependencies": { "@comapeo/core": "5.0.0", "@digidem/types": "2.3.0", "@eslint/js": "9.35.0", "@mapeo/crypto": "1.0.0-alpha.10", "@types/nanobench": "3.0.0", "@types/node": "22.18.6", "eslint": "9.35.0", "fastify": "4.29.1", "globals": "16.4.0", "husky": "9.1.7", "lint-staged": "15.5.2", "nanobench": "3.0.0", "npm-run-all2": "7.0.2", "prettier": "3.6.2", "random-access-memory": "6.2.1", "typescript": "5.9.2" } }