UNPKG

@anasahmed700/currency_converter

Version:

CLI based currency converter app written in typescript

30 lines (29 loc) 596 B
{ "name": "@anasahmed700/currency_converter", "version": "1.0.2", "description": "CLI based currency converter app written in typescript", "main": "index.js", "type": "module", "publishConfig": { "access": "public" }, "bin": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "currency", "converter", "currencyconverter", "cli", "cliapp" ], "author": "Anas Ahmed", "license": "ISC", "dependencies": { "inquirer": "^9.2.18" }, "devDependencies": { "@types/inquirer": "^9.0.7" } }