mohammadzainabbas
Version:
A terminal resume for Mohammad Zain Abbas (mohammadzainabbas@gmail.com)
38 lines (37 loc) • 1 kB
JSON
{
"name": "mohammadzainabbas",
"version": "1.6.0",
"description": "A terminal resume for Mohammad Zain Abbas (mohammadzainabbas@gmail.com)",
"main": "index.js",
"scripts": {
"start": "node index.js",
"release": "npm run release:minor",
"release:minor": "npm version minor && npm publish --access public",
"release:major": "npm version major && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohammadzainabbas/npx-card.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"bin": {
"mohammadzainabbas": "./index.js"
},
"keywords": [
"npx-card",
"cli",
"npx",
"typescript"
],
"author": "Mohammad Zain Abbas (mohammadzainabbas@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mohammadzainabbas/npx-card/issues"
},
"homepage": "https://github.com/mohammadzainabbas/npx-card#readme",
"dependencies": {
"boxen": "^5.0.1"
}
}