cc-tutor-q-a
Version:
Coding Challenge, Q & A,1 to 17
27 lines (26 loc) • 487 B
JSON
{
"name": "cc-tutor-q-a",
"version": "1.0.0",
"description": "Coding Challenge, Q & A,1 to 17 ",
"main": "index.js",
"type": "module",
"bin": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Q",
"A",
"as",
"a",
"tutoration"
],
"author": "Muhammad Tahir Hasni",
"license": "MIT",
"dependencies": {
"inquirer": "^9.2.16"
},
"devDependencies": {
"@types/inquirer": "^9.0.7"
}
}