{
    "name": "@neo4j/graphql-ogm",
    "version": "5.11.4",
    "description": "GraphQL powered OGM for Neo4j and Javascript applications",
    "keywords": [
        "neo4j",
        "graphql",
        "ogm"
    ],
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/neo4j/graphql/issues"
    },
    "homepage": "https://github.com/neo4j/graphql/tree/dev/packages/ogm",
    "exports": "./dist/index.js",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "files": [
        "dist/**/*.ts",
        "dist/**/*.ts.map",
        "dist/**/*.js",
        "dist/**/*.js.map"
    ],
    "engines": {
        "node": ">=16.0.0"
    },
    "scripts": {
        "build": "tsc --build tsconfig.production.json",
        "test": "jest",
        "test:unit": "jest src/**/*.test.ts",
        "test:int": "jest tests/integration"
    },
    "author": "Neo4j Inc.",
    "dependencies": {
        "@graphql-codegen/core": "^4.0.0",
        "@graphql-codegen/plugin-helpers": "^5.0.0",
        "@graphql-codegen/typescript": "^4.0.0",
        "@graphql-tools/merge": "^9.0.0",
        "@neo4j/graphql": "^5.11.4",
        "prettier": "^2.7.1"
    },
    "peerDependencies": {
        "graphql": "^16.0.0",
        "neo4j-driver": "^5.8.0"
    },
    "devDependencies": {
        "@types/jest": "29.5.14",
        "@types/node": "20.17.16",
        "camelcase": "6.3.0",
        "jest": "29.7.0",
        "jsonwebtoken": "9.0.2",
        "pluralize": "8.0.0",
        "randomstring": "1.3.1",
        "semver": "7.6.3",
        "ts-jest": "29.2.5",
        "typescript": "5.1.6"
    }
}
