countrypppdata
Version:
A script to fetch the Purchasing Power Parity (PPP) data from the World Bank API.
37 lines (36 loc) • 815 B
JSON
{
"name": "countrypppdata",
"version": "1.0.3",
"description": "A script to fetch the Purchasing Power Parity (PPP) data from the World Bank API.",
"keywords": [
"country",
"ppp",
"world",
"bank",
"countries",
"data",
"bank",
"api",
"price",
"finance",
"economy"
],
"homepage": "https://gist.github.com/61c721e41b9a9d81306ad2224dee3c0e",
"bugs": {
"url": "https://gist.github.com/61c721e41b9a9d81306ad2224dee3c0e"
},
"repo": {
"url": "https://gist.github.com/61c721e41b9a9d81306ad2224dee3c0e"
},
"license": "MIT",
"author": "quantum-corn",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^1.10.0",
"country-list": "^2.3.0"
}
}