mirror of
https://github.com/FranP-code/Show-multiplication-tables-CLI-Tool.git
synced 2025-10-12 23:52:32 +00:00
23 lines
499 B
JSON
23 lines
499 B
JSON
{
|
|
"name": "show-multiplication-tables-cli-tool",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"api": "nodemon ./API/returnMultiplicationTables.js",
|
|
"start": "node ./API/returnMultiplicationTables.js",
|
|
"tool": "node app.js"
|
|
},
|
|
"author": "FranP-Code",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.15"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.24.0",
|
|
"colors": "^1.4.0",
|
|
"express": "^4.17.1",
|
|
"inquirer": "^8.2.0"
|
|
}
|
|
}
|