{
  "name": "@terabits/grapi",
  "version": "2.2.11",
  "description": "Grapi Schema Generator For GraphQL Server",
  "keywords": [
    "grapi",
    "scalars",
    "graphql",
    "mongo",
    "queries",
    "mongodb",
    "graphql-server",
    "graphql-schema",
    "mutations",
    "graphql-js"
  ],
  "main": "./lib/index.js",
  "module": "./lib/index.js",
  "jsnext:main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "clean": "yarn rimraf lib && yarn rimraf tsconfig.release.tsbuildinfo",
    "build": "yarn clean && yarn tsc --build ./tsconfig.release.json",
    "test": "yarn mocha --colors --timeout 100000 --require ts-node/register --recursive --exit \"test/**/*.spec.ts\"",
    "test:grep": "yarn mocha --compilers ts:ts-node/register --recursive --exit",
    "coverage": "yarn nyc && yarn test",
    "watch": "yarn build -- --watch",
    "watch:test": "yarn test -- --watch",
    "prepublishOnly": "cp ../readme.md . && yarn clean && yarn build",
    "postpublish": "yarn rimraf readme.md"
  },
  "dependencies": {
    "build": "^0.1.4",
    "chalk": "^2.4.1",
    "dotenv": "^11.0.0",
    "graphql": "^15.4.0",
    "graphql-tools": "^6.2.6",
    "lodash": "^4.17.21",
    "pluralize": "^8.0.0",
    "validator": "^13.5.2"
  },
  "author": "Hareesh",
  "license": "ISC",
  "devDependencies": {
    "@types/mongodb": "^3.6.12",
    "apollo-server": "^2.15.0",
    "apollo-server-koa": "^2.15.0",
    "apollo-server-testing": "^2.15.0",
    "graphql-type-json": "^0.3.2",
    "koa": "^2.6.2",
    "mongodb": "^3.6.9",
    "rimraf": "^2.6.2"
  },
  "peerDependencies": {
    "graphql": ">=14.6.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/hareeshbabu82ns/grapi",
  "private": false
}