{
  "author": "susantlalshrestha",
  "name": "graphql-map-selections",
  "version": "1.1.8",
  "description": "A package to map selections from graphql resolver info object",
  "keywords": [
    "graphql-map-selections",
    "gql-map-selections",
    "graphql selections",
    "gql selections",
    "map-selections",
    "map selections",
    "graphql select",
    "gql select",
    "selections",
    "select",
    "gql",
    "graphql",
    "GraphQLResolverInfo"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/susantlalshrestha/graphql-map-selections.git"
  },
  "bugs": {
    "url": "https://github.com/susantlalshrestha/graphql-map-selections/issues"
  },
  "homepage": "https://github.com/susantlalshrestha/graphql-map-selections#readme",
  "files": [
    "lib"
  ],
  "main": "lib/index",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "rm ./lib/* && tsc",
    "prepublish": "rm ./lib/* && tsc && npm version patch"
  },
  "devDependencies": {
    "@types/node": "^16.3.3",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "graphql": "^15.5.1"
  }
}
