Repository URL to install this package:
|
Version:
1.1.9 ▾
|
@fbinhouse/inhouse-devops-alerts-api
/
package.json
|
|---|
{
"name": "@fbinhouse/inhouse-devops-alerts-api",
"version": "1.1.9",
"description": "A helper to send alerts to the F&B Inhouse Alerts system",
"main": "src/index.js",
"scripts": {
"build": "nodejs src/build.js",
"publish": "nodejs src/publish.js",
"test": "exit 0"
},
"author": "philip.nicholls@fbinhouse.se",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"global-npm": "^0.3.0",
"md5": "^2.2.1"
}
}