{ "name": "@uci-utils/notify", "version": "0.1.5", "description": "Integrated Notification System with service plugins", "main": "src/notify", "scripts": { "example:dev": "./node_modules/.bin/nodemon -r esm ./example/example.js", "test": "./node_modules/.bin/mocha -r esm --timeout 30000" }, "author": "David Kebler", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/uCOMmandIt/uci-utils.git" }, "keywords": [ "node.js", "notify", "notifications" ], "bugs": { "url": "https://github.com/uCOMmandIt/uci-utils/issues" }, "homepage": "https://github.com/uCOMmandIt/uci-utils#readme", "dependencies": { "app-root-path": "^3.0.0", "await-to-js": "^2.1.1", "jsonfile": "^6.0.1" }, "devDependencies": { "esm": "^3.2.25" } }