{
  "name": "@auto-relay/sorting",
  "version": "0.14.0",
  "description": "auto-relay sorting module",
  "author": "David <dfain@wemaintain.io>",
  "homepage": "https://github.com/wemaintain/auto-relay#readme",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/wemaintain/auto-relay.git"
  },
  "scripts": {
    "test": "jest",
    "prepublishOnly": "npm run build",
    "build": "tsc -b tsconfig.build.json"
  },
  "bugs": {
    "url": "https://github.com/wemaintain/auto-relay/issues"
  },
  "peerDependencies": {
    "auto-relay": "^0.13.1",
    "graphql-relay": "^0.8.0",
    "typedi": "0.8.0",
    "typeorm": "^0.2.18"
  },
  "devDependencies": {
    "auto-relay": "^0.14.0"
  },
  "gitHead": "a36dac6cc1e9e25d4341d47b35d3aa074fd714d7"
}
