Files
Tic-Tac-Toe-Game/package.json

15 lines
293 B
JSON

{
"name": "tic-tac-toe-game",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Francisco Pessano",
"license": "ISC",
"dependencies": {
"emoji-picker-element": "^1.8.2"
}
}