UNPKG

consolecurrencyconverter

Version:
32 lines (31 loc) 730 B
{ "name": "consolecurrencyconverter", "version": "1.0.0", "description": "Console app currency converter", "main": "bin/index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/husnain/currency-converter.git" }, "keywords": [ "Currency", "Converter" ], "author": "Husnain", "license": "ISC", "bin": { "fx-wizard": "./bin/index.js" }, "bugs": { "url": "https://github.com/husnain/currency-converter/issues" }, "homepage": "https://github.com/husnain/currency-converter#readme", "dependencies": { "@types/inquirer": "^9.0.3", "inquirer": "^9.2.10" } }