{
    "name": "@mathix420/graphql",
    "version": "2.5.10",
    "description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations",
    "keywords": [
        "neo4j",
        "graphql",
        "server"
    ],
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/neo4j/graphql/issues"
    },
    "homepage": "https://github.com/neo4j/graphql/tree/master/packages/graphql",
    "exports": "./dist/index.js",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "files": [
        "dist/**/*.ts",
        "dist/**/*.ts.map",
        "dist/**/*.js",
        "dist/**/*.js.map"
    ],
    "scripts": {
        "clean": "cd src/ && tsc --build --clean",
        "test": "jest",
        "test:unit": "jest src --coverage=true",
        "test:unit:watch": "jest src --watch",
        "test:tck": "jest tests/tck",
        "test:tck:watch": "jest tck --watchAll",
        "test:int": "jest tests/integration",
        "test:int:watch": "jest int --watch",
        "test:schema": "jest tests/schema",
        "test:schema:watch": "jest tests/schema --watch",
        "setup:package-tests": "yarn pack && mv *.tgz ../package-tests/ && cd ../package-tests/ && rimraf package && tar -xvzf *.tgz && yarn install && yarn run setup",
        "posttest:package-tests": "yarn run cleanup:package-tests",
        "test:package-tests": "yarn run setup:package-tests && cd ../package-tests/ && yarn run test:all",
        "cleanup:package-tests": "cd ../package-tests/ && yarn run cleanup && rimraf ./package/ && rimraf *.tgz",
        "build": "tsc --build src/tsconfig.production.json",
        "build:clean": "run-s clean build",
        "watch": "tsc -w",
        "start": "run-s build:clean watch"
    },
    "author": "Neo4j Inc.",
    "devDependencies": {
        "@types/deep-equal": "1.0.1",
        "@types/faker": "5.1.7",
        "@types/is-uuid": "1.0.0",
        "@types/jest": "26.0.8",
        "@types/jsonwebtoken": "^8.5.4",
        "@types/node": "14.0.27",
        "@types/pluralize": "0.0.29",
        "@types/randomstring": "1.1.6",
        "apollo-server": "^3.0.2",
        "dedent": "^0.7.0",
        "faker": "5.2.0",
        "graphql-tag": "2.11.0",
        "is-uuid": "1.0.2",
        "jest": "26.2.2",
        "koa": "^2.13.4",
        "koa-jwt": "^4.0.3",
        "koa-router": "^10.1.1",
        "libnpmsearch": "3.1.0",
        "mock-jwks": "^1.0.1",
        "nock": "^13.2.1",
        "npm-run-all": "4.1.5",
        "randomstring": "1.1.5",
        "rimraf": "3.0.2",
        "supertest": "^6.1.6",
        "ts-jest": "26.1.4",
        "ts-node": "^10.0.0",
        "typescript": "3.9.7"
    },
    "dependencies": {
        "@graphql-tools/merge": "6.2.14",
        "@graphql-tools/schema": "^7.1.5",
        "@graphql-tools/utils": "^7.10.0",
        "camelcase": "^6.2.0",
        "debug": "^4.3.2",
        "deep-equal": "^2.0.5",
        "dot-prop": "^6.0.1",
        "graphql-compose": "9.0.4",
        "graphql-parse-resolve-info": "^4.12.0",
        "graphql-relay": "^0.8.0",
        "jsonwebtoken": "^8.5.1",
        "jwks-rsa": "^2.0.5",
        "pluralize": "^8.0.0",
        "semver": "^7.3.5"
    },
    "peerDependencies": {
        "graphql": "^15.0.0",
        "neo4j-driver": "^4.1.0"
    }
}
