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

25 lines
471 B
Plaintext

"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"
},
}