arkaquiz
Version:
a fun game to test your programming skills.
35 lines (33 loc) • 609 B
JSON
{
"name": "arkaquiz",
"version": "1.11.1",
"main": "index.js",
"type":"module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"arkaquiz": "./index.js"
},
"keywords": [
"quiz",
"trivia",
"trivia-game",
"quiz-game",
"game",
"javascript",
"python",
"fun",
"nodeJS",
"C++",
"node"
],
"author": "thearkabanerjee",
"license": "MIT",
"description": "a fun game to test your programming skills.",
"dependencies": {
"@clack/prompts": "^0.8.2",
"chalk": "^5.3.0",
"arkaquiz": "^1.0.0"
}
}