mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
25 lines
471 B
Plaintext
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"
|
|
},
|
|
}
|