cli-prep
Version:
A fun and interactive command-line interview preparation game to test your programming knowledge with 80+ questions across multiple categories!
51 lines (50 loc) • 1.26 kB
JSON
{
"name": "cli-prep",
"version": "1.0.1",
"description": "A fun and interactive command-line interview preparation game to test your programming knowledge with 80+ questions across multiple categories!",
"main": "index.js",
"type": "module",
"bin": {
"cli-prep": "index.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"interview",
"preparation",
"quiz",
"programming",
"javascript",
"algorithms",
"data-structures",
"coding",
"practice",
"game",
"terminal",
"interactive"
],
"author": "Mohit Panjikar <mohitpanjikar@example.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Mohitpanjikar/command-line-interview-prep.git"
},
"bugs": {
"url": "https://github.com/Mohitpanjikar/command-line-interview-prep/issues"
},
"homepage": "https://github.com/Mohitpanjikar/command-line-interview-prep#readme",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"chalk": "^5.4.1",
"chalk-animation": "^2.0.3",
"figlet": "^1.8.2",
"gradient-string": "^3.0.0",
"inquirer": "^12.9.0",
"nanospinner": "^1.2.2"
}
}