gatsby-source-exchange-rates-api
Version:
A Gatsby source plugin for retrieving data from the exchangeratesapi.io API
41 lines (40 loc) • 910 B
JSON
{
"name": "gatsby-source-exchange-rates-api",
"description": "A Gatsby source plugin for retrieving data from the exchangeratesapi.io API",
"author": {
"name": "Jesper Johansson",
"url": "https://github.com/jesperjohansson"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jesperjohansson/gatsby-source-exchange-rates-api.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin",
"exchange",
"rates",
"api",
"exchangeratesapi"
],
"version": "2.0.2",
"main": "index.js",
"license": "MIT",
"eslintConfig": {
"extends": "eslint-config-jesper"
},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "all"
},
"dependencies": {
"node-fetch": "^2.6.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-jesper": "^2.1.0",
"prettier": "^1.18.2"
}
}