Files
npx-mifi/package.json
2026-02-10 18:32:18 -03:00

109 lines
2.4 KiB
JSON

{
"name": "the-mifi",
"version": "1.0.0",
"description": "Personal npm card for Mike (mifi) Fitzpartrick (@mifi)",
"main": "index.html",
"repository": {
"type": "git",
"url": "https://github.com/the-mifi/npx-mifi.git"
},
"scripts": {
"prepare": "node src/htmlify",
"prepublishOnly": "webpack"
},
"bin": {
"terribledev": "bin/index.js"
},
"files": [
"bin",
"dist",
"index.html"
],
"keywords": [
"card",
"npm",
"npm card",
"npx",
"npx card",
"business card"
],
"author": "Mike Fitzpartrick",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"ansi-to-html": "^0.6.9",
"babel-loader": "^8.0.4",
"boxen": "^2.1.0",
"chalk": "^2.4.1",
"lodash.get": "^4.4.2",
"webpack": "^4.28.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2"
},
"myCard": {
"info": {
"name": "Mike Fitzpartrick",
"handle": "mifi",
"npm": "the.mifi",
"github": "the-mifi",
"linkedin": "the-mifi",
"links": "https://mifi.dev/",
"web": "https://mifi.ventures/",
"work": "Founder and Principal Engineer at mifi Ventures"
},
"data": [
" <white>{{name}}</><green> / </><cyan>{{handle}}</>",
"",
{
"label": "<blue>Work</>",
"text": "{{work}}"
},
"",
{
"label": "Twitter",
"text": "https://twitter.com/<cyan>{{twitter}}</>",
"when": "{{twitter}}"
},
{
"label": "npm",
"text": "https://www.npmjs.com/<red>~{{npm}}</>",
"when": "{{npm}}"
},
{
"label": "GitHub",
"text": "https://github.com/<green>{{github}}</>",
"when": "{{github}}"
},
{
"label": "LinkedIn",
"text": "https://www.linkedin.com/in/<blue>{{linkedin}}</>",
"when": "{{linkedin}}"
},
{
"label": "Links",
"text": "<cyan>{{links}}</>",
"when": "{{links}}"
},
{
"label": "Web",
"text": "<cyan>{{web}}</>",
"when": "{{web}}"
},
{
"label": "Phone",
"text": "727.692.0748"
},
{
"label": "Email",
"text": "badmf@mifi.dev"
},
"",
{
"label": "Card",
"text": "<red>npx</> {{_packageName}}"
}
]
}
}