UNPKG

gatsby-source-pokemons

Version:

A gatsby source plugin for building Pokemon Projects using GraphQL in Gatsby.

37 lines (36 loc) 1.09 kB
{ "name": "gatsby-source-pokemons", "version": "1.1.5", "author": "David Sanderson (https://github.com/dsanderson90)", "contributors": [ "David Sanderson <sanderdj90@gmail.com>" ], "private": false, "description": "A gatsby source plugin for building Pokemon Projects using GraphQL in Gatsby.", "license": "MIT", "scripts": { "build": "gatsby build", "develop": "gatsby develop", "format": "prettier --write \"**/*.{js,jsx,json,md}\"", "start": "npm run develop", "serve": "gatsby serve", "clean": "gatsby clean", "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "dependencies": {}, "repository": { "type": "git", "url": "https://github.com/dsanderson90/gatsby-source-pokemons" }, "keywords": [ "gatsby", "gatsby-plugin", "pokemons", "pokemon", "poke-dex" ], "bugs": { "url": "https://github.com/dsanderson90/gatsby-source-pokemons/issues" }, "homepage": "https://github.com/dsanderson90/gatsby-source-pokemons#readme" }