UNPKG

purchasing-power-parity-advanced

Version:

An advanced PPP conversion calculator with optional flags and country names, and country code listing functions.

57 lines (56 loc) 1.53 kB
{ "name": "purchasing-power-parity-advanced", "version": "1.0.0", "description": "An advanced PPP conversion calculator with optional flags and country names, and country code listing functions.", "main": "index.js", "bin": { "ppp-calculator": "index.js" }, "scripts": { "test": "node index.js" }, "keywords": [ "PPP", "currency", "calculator", "conversion", "country", "currency conversion", "currency calculator", "currency converter", "currency exchange", "currency exchange rate", "currency exchange calculator", "Purchasing power parity", "Purchasing power parity calculator", "Purchasing power parity conversion" ], "author": "", "license": "MIT", "files": [ "index.js", "README.md" ], "repository": { "type": "git", "url": "https://github.com/manish-9245/purchasing-power-parity-advanced.git" }, "bugs": { "url": "https://github.com/manish-9245/purchasing-power-parity-advanced/issues" }, "homepage": "https://github.com/manish-9245/purchasing-power-parity-advanced#readme", "publishConfig": { "access": "public" }, "engines": { "node": ">=14" }, "dependencies": { "country-data": "^0.0.31", "csv-parse": "^5.6.0", "currency-codes": "^2.0.0", "currency-symbol-map": "^4.0.4", "emoji-flags": "^1.3.0", "node-fetch": "^3.3.2" } }