Files
Rock-Paper-and-Scissors-CLI…/package.json
2021-11-23 18:54:50 -03:00

16 lines
302 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"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"inquirer": "^8.2.0"
}
}