{
  "name": "graphql-skip-limit",
  "description": "A library to help construct a graphql-js server supporting skip/relay style pagination. Built for Gatsby but perhaps useful elsewhere.",
  "version": "2.3.1",
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
  "bugs": {
    "url": "https://github.com/gatsbyjs/gatsby/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.9.6"
  },
  "peerDependencies": {
    "graphql": "^14.1.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.6",
    "babel-preset-gatsby-package": "^0.4.1",
    "cross-env": "^5.2.1",
    "graphql": "^14.6.0"
  },
  "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/graphql-skip-limit#readme",
  "keywords": [
    "gatsby",
    "graphql"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/gatsbyjs/gatsby.git",
    "directory": "packages/graphql-skip-limit"
  },
  "scripts": {
    "build": "babel src --out-dir dist",
    "prepare": "cross-env NODE_ENV=production npm run build",
    "watch": "babel -w src --out-dir dist"
  },
  "engines": {
    "node": ">=10.13.0"
  },
  "gitHead": "96a8f2adaaeaf6551381a8abed549d65ed30b592"
}
