mirror of
https://github.com/FranP-code/Rock-Paper-and-Scissors-CLI-Game.git
synced 2025-10-13 00:32:38 +00:00
18 lines
355 B
JSON
18 lines
355 B
JSON
{
|
|
"name": "py-42-rock-paper-and-scissors-cli-game",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"game": "node index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"colors": "^1.4.0",
|
|
"inquirer": "^8.2.0"
|
|
}
|
|
}
|