Readme added

This commit is contained in:
2021-11-28 01:18:03 -03:00
parent fcb5c639bb
commit 22d0242539
2 changed files with 66 additions and 2 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "mostrar-tablas-de-multiplicar-cli",
"name": "show-multiplication-tables-cli-tool",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"api": "nodemon ./API/returnMultiplicationTables.js",
"game": "node app.js"
"tool": "node app.js"
},
"author": "FranP-Code",
"license": "ISC",