@3bbas/quizme
Version:
quizme is tool that help to generate a cli quiz from json file.
37 lines (36 loc) • 776 B
JSON
{
"name": "@3bbas/quizme",
"version": "1.0.4",
"description": "quizme is tool that help to generate a cli quiz from json file.",
"keywords": [
"cli-tools",
"quiz"
],
"license": "ISC",
"author": "3bbas",
"type": "commonjs",
"bin": {
"quizme": "./bin/quizme"
},
"scripts": {
"build": "tsc",
"prepack": "npm run build"
},
"dependencies": {
"axios": "^1.9.0",
"chalk": "^5.4.1",
"cli-table3": "^0.6.5",
"enquirer": "^2.4.1",
"figures": "^6.1.0",
"log-symbols": "^7.0.1",
"ora": "^8.2.0"
},
"devDependencies": {
"@types/figures": "^2.0.0",
"@types/log-symbols": "^2.0.0",
"@types/node": "^22.15.30",
"figlet": "^1.8.1",
"latex-to-unicode": "^0.1.0",
"typescript": "^5.8.3"
}
}