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