UNPKG

xmtoolbox

Version:

A Node JS package for interacting with xMatters. Contains functions to interact with xMatters APIs or perform a synchronization, create events, libraries to convert data, and much much more!

29 lines (28 loc) 684 B
{ "name": "xmtoolbox", "version": "1.2.31", "description": "A Node JS package for interacting with xMatters. Contains functions to interact with xMatters APIs or perform a synchronization, create events, libraries to convert data, and much much more!", "main": "index.js", "scripts": { "docs": "jsdoc -c jsdoc.json" }, "keywords": [ "toolbox", "xMatters", "xmatters", "xmatters-js", "xMatters-js" ], "author": "Brannon Vann", "license": "MIT", "bin": { "create-xmpw": "create-xmpw.js" }, "prettier": { "trailingComma": "es5", "printWidth": 110, "tabWidth": 2, "singleQuote": true, "arrowParens": "avoid" } }