{ "name": "@push.rocks/smartipc", "version": "2.2.2", "private": false, "description": "A library for node inter process communication, providing an easy-to-use API for IPC.", "exports": { ".": "./dist_ts/index.js" }, "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --verbose --logfile --timeout 60)", "build": "(tsbuild)", "format": "(gitzone format)", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^2.0.22", "@git.zone/tsrun": "^1.3.3", "@git.zone/tstest": "^2.3.5", "@push.rocks/smartpromise": "^4.0.2", "@push.rocks/smartspawn": "^3.0.2", "@types/node": "^22.13.8" }, "dependencies": { "@push.rocks/smartdelay": "^3.0.1", "@push.rocks/smartrx": "^3.0.10" }, "keywords": [ "IPC", "node.js", "inter-process communication", "event-driven", "client-server", "message passing" ], "homepage": "https://code.foss.global/push.rocks/smartipc#readme", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartipc.git" }, "packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748", "bugs": { "url": "https://code.foss.global/push.rocks/smartipc/issues" }, "type": "module", "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "pnpm": { "overrides": {} } }