afif
Version:
Get to know me through npm
33 lines (32 loc) • 595 B
JSON
{
"name": "afif",
"version": "2.1.1",
"description": "Get to know me through npm",
"bin": {
"afif": "./index.js"
},
"type": "commonjs",
"dependencies": {
"chalk": "^4.1.2",
"cli-handle-unhandled": "^1.1.1",
"cli-welcome": "^2.2.2"
},
"keywords": [
"afif",
"ahmed",
"afif ahmed",
"mohammed",
"mohammed afif ahmed"
],
"license": "MIT",
"main": "index.js",
"repository": "afif1400/node-alerts",
"author": {
"name": "Mohammed Afif Ahmed",
"email": "afifahmed456123@gmail.com",
"url": "https://afifahmed.me"
},
"devDependencies": {
"prettier": "^2.4.1"
}
}