UNPKG

crocket

Version:

Efficient and simple interprocess communication for unix/windows/macos over tcp or sockets.

52 lines (51 loc) 1.35 kB
{ "name": "crocket", "version": "1.0.15", "description": "Efficient and simple interprocess communication for unix/windows/macos over tcp or sockets.", "author": "Hexagon <github.com/hexagon>", "main": "./lib/crocket.js", "types": "./types/crocket.d.ts", "scripts": { "build": "npm update && npm outdated && npm run test && npm run build:precleanup && npm run build:typings", "build:ci": "npm run test && npm run build:precleanup && npm run build:typings", "build:precleanup": "(rm -rf types/* || del /Q types\\*)", "build:typings": "tsc", "test": "npm run test:lint && npm run test:coverage", "test:lint": "eslint ./**/*.js", "test:suite": "uvu test test", "test:coverage": "c8 --include=lib npm run test:suite" }, "repository": { "type": "git", "url": "https://github.com/hexagon/crocket" }, "bugs": { "url": "https://github.com/hexagon/crocket/issues" }, "keywords": [ "ipc", "rpc", "interprocess", "communication", "tcp", "mediator", "eventemitter", "qbus", "crocket", "unix", "windows", "sockets", "net" ], "dependencies": { "xpipe": "^1.0.5" }, "devDependencies": { "c8": "^7.10.0", "eslint": "^8.1.0", "qbus": "^0.9.7", "typescript": "^4.4.4", "uvu": "^0.5.2" }, "license": "MIT" }