ahmedeltatawe
Version:
Project Initializer
26 lines (25 loc) • 474 B
JSON
{
"name": "ahmedeltatawe",
"version": "5.0.3",
"description": "Project Initializer",
"main": "./index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"init": "index.js"
},
"keywords": [
"Project Initializer",
"Initializer",
"Init"
],
"author": "Ahmed Eltatawy",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"i": "^0.3.7",
"inquirer": "^9.2.15"
}
}