UNPKG

@babblevoice/babble-drachtio-presence

Version:

A presence agent which will work with other modules in this family.

10 lines 239 B
{ "compilerOptions": { "module": "commonJS", "target": "es6", "moduleResolution": "node", "checkJs": true }, "include": [ "index.js", "lib/*.js", "test/unit/*.js", "test/mock/*.js" ], "exclude": [ "node_modules" ] }