{
  "name": "graphql-compose-connection",
  "version": "8.1.1-alpha.1",
  "description": "Plugin for `graphql-compose` which provide a connection resolver for types.",
  "license": "MIT",
  "files": [
    "lib",
    "README.md"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/graphql-compose/graphql-compose-connection.git"
  },
  "keywords": [
    "graphql",
    "compose",
    "graphql-compose",
    "relay"
  ],
  "bugs": {
    "url": "https://github.com/graphql-compose/graphql-compose-connection/issues"
  },
  "homepage": "https://github.com/graphql-compose/graphql-compose-connection",
  "peerDependencies": {
    "graphql-compose": "^7.15.0 || ^8.0.0"
  },
  "devDependencies": {
    "@types/jest": "26.0.23",
    "@typescript-eslint/eslint-plugin": "4.22.0",
    "@typescript-eslint/parser": "4.22.0",
    "eslint": "7.25.0",
    "eslint-config-airbnb-base": "14.2.1",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-import": "2.22.1",
    "eslint-plugin-prettier": "3.4.0",
    "graphql": "15.5.0",
    "graphql-compose": "8.0.1",
    "jest": "26.6.3",
    "prettier": "2.2.1",
    "rimraf": "3.0.2",
    "semantic-release": "17.4.2",
    "ts-jest": "26.5.5",
    "typescript": "4.2.4"
  },
  "scripts": {
    "build": "rimraf lib && tsc -p ./tsconfig.build.json",
    "watch": "jest --watch",
    "coverage": "jest --coverage",
    "lint": "yarn eslint && yarn tscheck",
    "eslint": "eslint --ext .ts ./src",
    "tscheck": "tsc --noEmit",
    "test": "npm run coverage && npm run lint",
    "link": "yarn build && yarn link graphql-compose && yarn link",
    "unlink": "rimraf node_modules && yarn install",
    "semantic-release": "semantic-release"
  }
}
