{
  "name": "relay-cursor-paging",
  "version": "0.2.0",
  "description": "Relay Cursor-Based Pagination Support for Sequelize",
  "repository": {
    "type": "git",
    "url": "git@github.com:darthtrevino/relay-cursor-paging.git"
  },
  "main": "lib/index.js",
  "typings": "index.d.ts",
  "scripts": {
    "clean": "rimraf lib",
    "jest": "jest",
    "jest:coverage": "jest --coverage",
    "jest:watch": "jest --watch",
    "compile": "tsc",
    "test": "npm-run-all clean jest compile"
  },
  "keywords": [
    "relay",
    "sequelize",
    "pagination",
    "paging",
    "cursors"
  ],
  "author": "Chris Trevino",
  "license": "MIT",
  "peerDependencies": {
    "graphql": ">=0.4.2",
    "graphql-relay": ">=0.3.6"
  },
  "devDependencies": {
    "@types/jest": "^16.0.4",
    "graphql": "^0.9.1",
    "graphql-relay": "^0.5.0",
    "jest": "^18.1.0",
    "npm-run-all": "^4.0.1",
    "rimraf": "^2.5.4",
    "typescript": "^2.1.5"
  },
  "dependencies": {
    "@types/graphql-relay": "^0.4.0"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "transform": {
      "^.+\\.(ts|tsx)$": "<rootDir>/scripts/preprocessor.js"
    },
    "testRegex": "/__tests__/.*\\.(ts|tsx|js)$"
  }
}
