uci-utils-notify/example/package.json

18 lines
383 B
JSON

{
"name": "notify-example",
"version": "1.0.0",
"description": "notify example application",
"main": "example.js",
"scripts": {
"start": "./run"
},
"author": "",
"license": "ISC",
"dependencies": {
"@uci-utils/notify": "^0.1.3",
"@uci-utils/notify-email-plugin": "^0.1.5",
"@uci-utils/notify-pushsafer-plugin": "^0.1.2",
"esm": "^3.2.25"
}
}