gatsby-source-poke
Version:
A gatsby source plugin for building Pokemon Projects using GraphQL in Gatsby.
37 lines (36 loc) • 969 B
JSON
{
"name": "gatsby-source-poke",
"version": "1.0.1",
"author": "Igorashs",
"contributors": [
"Igorashs"
],
"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/igorashs-bend/gatsby-source-poke"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"pokemons",
"pokemon",
"poke-dex"
],
"bugs": {
"url": "https://github.com/igorashs-bend/gatsby-source-poke/issues"
},
"homepage": "https://github.com/igorashs-bend/gatsby-source-poke/#readme"
}