UNPKG

@comapeo/ipc

Version:
82 lines (81 loc) 1.99 kB
{ "name": "@comapeo/ipc", "version": "5.0.0", "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.0" }, "peerDependencies": { "@comapeo/core": "^4.1.3" }, "devDependencies": { "@comapeo/core": "4.1.3", "@digidem/types": "^2.1.0", "@eslint/js": "^9.29.0", "@mapeo/crypto": "^1.0.0-alpha.8", "@types/nanobench": "^3.0.0", "@types/node": "^20.19.1", "eslint": "^9.29.0", "fastify": "^4.29.1", "globals": "^16.2.0", "husky": "^9.1.7", "lint-staged": "^15.5.2", "nanobench": "^3.0.0", "npm-run-all2": "^7.0.2", "prettier": "^3.5.3", "random-access-memory": "^6.2.1", "typescript": "5.8.3" } }