Files
Hangman-game-with-React/package.json.save.1

24 lines
469 B
Groff

{
"name": "hangman-game",
"version": "0.1.0",
"description": "This is a project for create an Hangman game with React",
"main": "index.js",
"engines": {
"node": "12.22.7",
"npm": "8.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"build": "webpack"
},
}