andrewrich
Version:
Andrew Rich's terminal business card - Principal SRE specializing in automation and compliance
38 lines (37 loc) • 824 B
JSON
{
"name": "andrewrich",
"version": "1.0.1",
"description": "Andrew Rich's terminal business card - Principal SRE specializing in automation and compliance",
"main": "bin.js",
"bin": {
"andrewrich": "bin.js"
},
"scripts": {
"start": "node bin.js",
"test": "node bin.js"
},
"keywords": [
"cli",
"business-card",
"npx",
"sre",
"site-reliability-engineering",
"automation",
"devops",
"fedramp",
"compliance"
],
"author": "Andrew Rich <andrew.rich@gmail.com> (https://linkedin.com/in/andrewrich)",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2"
},
"engines": {
"node": ">=10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewrich/npx-card.git"
},
"homepage": "https://linkedin.com/in/andrewrich"
}