UNPKG

gatsby-source-nytimes-books-api

Version:

This [GatsyJS](https://gatsbyjs.org) source plugin fetches data from the [NYTimes Books API](https://developer.nytimes.com/docs/books-product/1/overview)

54 lines (53 loc) 1.15 kB
{ "name": "gatsby-source-nytimes-books-api", "version": "1.0.1", "description": "", "main": "index.js", "keywords": [ "gatsby", "gatsby-plugin", "gatsby-source-plugin", "nytimes", "nytimes-api" ], "scripts": { "lint": "eslint --fix", "lint-script-staged": "npm run lint", "test": "jest", "lint-test-staged": "jest --bail --findRelatedTests" }, "license": "Apache-2.", "dependencies": { "axios": "^0.19.0" }, "devDependencies": { "eslint": "^6.4.0", "eslint-config-prettier": "^6.3.0", "eslint-plugin-jest": "^22.17.0", "eslint-plugin-prettier": "^3.1.1", "husky": "^3.0.5", "jest": "^24.9.0", "lint-staged": "^9.2.5", "prettier": "1.18.2" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "**/*.js": [ "npm run lint-script-staged --", "npm run lint-test-staged --", "git add" ] }, "repository": { "type": "git", "url": "https://github.com/yurm04/gatsby-source-nytimes-books-api" }, "author": { "name": "Yuraima Estevez", "url": "https://www.yuraima.com" } }