Single source of truth for all inter-process communication constants.
npm install @neurosity/ipk
Then import the module or the json file
import ipk from "@neurosity/ipk";
const ipk = require("@neurosity/ipk");
import ipk from "@neurosity/ipk/dist/json/index.json";
Neurosity IPK is MIT licensed.