Files
Rock-Paper-and-Scissors-CLI…/package.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"
}
}