UNPKG

gatsby-source-open-exchange-rates

Version:
34 lines (33 loc) 832 B
{ "name": "gatsby-source-open-exchange-rates", "version": "1.0.0", "description": "Gatsby source plugin for Open Exchange Rates API", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/NSpehler/gatsby-source-open-exchange-rates.git" }, "keywords": [ "gatsby", "gatsby-plugin", "open", "exchange", "rates", "api", "currency", "currencies", "conversion" ], "author": "Nicolas Spehler <nspehler@hey.com>", "license": "MIT", "bugs": { "url": "https://github.com/NSpehler/gatsby-source-open-exchange-rates/issues" }, "homepage": "https://github.com/NSpehler/gatsby-source-open-exchange-rates#readme", "dependencies": { "node-fetch": "^2.6.1" } }