Add deployment status CLI utility (#86)

This commit is contained in:
Steve Faulkner
2020-07-15 07:49:06 -05:00
committed by GitHub
parent 9affc34301
commit f6938f5ec5
3 changed files with 117 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "deployment-status",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.0",
"moment": "^2.27.0",
"node-fetch": "^2.6.0"
}
}