{
  "name": "mongo-to-gql",
  "email": "aaronwoolee95@gmail.com",
  "version": "2.3.3",
  "description": "mongodb model to graphql for apollo",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Aaron Lee",
  "repository": {
    "type": "git",
    "url": "https://github.com/aaronwlee/Mongo-To-GQL.git"
  },
  "homepage": "https://github.com/aaronwlee/Mongo-To-GQL#readme",
  "keywords": [
    "gql",
    "apollo",
    "apollo-server",
    "model to apollo",
    "mongo to apollo",
    "mongodb to apollo",
    "mongodb to apollo-server",
    "model",
    "model to gql",
    "model to graphql",
    "mongo",
    "mongodb",
    "mongotogql",
    "mongodbtogql",
    "mongodbtographql",
    "mongoose",
    "mongoose to graphql",
    "mongoose to gql",
    "graphql",
    "mongodb to graphql",
    "mutation",
    "query",
    "mongoose schema",
    "mongoose graphql"
  ],
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "pub": "npm publish --access=public",
    "test": "jest",
    "lint": "tsc --noEmit && eslint \"**/*.{js,ts}\" --quiet --fix",
    "prepub": "npm build"
  },
  "dependencies": {
    "apollo-server": "^2.12.0",
    "apollo-server-express": "^2.12.0",
    "express": "^4.17.1",
    "glob": "^7.1.6",
    "graphql": "^14.5.8",
    "graphql-type-json": "^0.3.1",
    "lodash": "^4.17.15",
    "mongoose": "^5.9.11",
    "winston": "^3.2.1"
  },
  "devDependencies": {
    "@types/glob": "^7.1.1",
    "@types/graphql-type-json": "^0.3.2",
    "@types/jest": "^24.0.23",
    "@types/lodash": "^4.14.150",
    "@types/mongoose": "^5.7.14",
    "@types/node-fetch": "^2.5.4",
    "@types/triple-beam": "^1.3.0",
    "@typescript-eslint/eslint-plugin": "^1.12.0",
    "@typescript-eslint/parser": "^1.12.0",
    "eslint": "^5.0.0",
    "jest": "^25.5.4",
    "ts-jest": "^25.4.0",
    "ts-node": "^8.10.1",
    "typescript": "^3.8.3"
  }
}