{
    "name": "@neo4j/cypher-builder",
    "version": "3.1.0",
    "description": "A programmatic API for building Cypher queries for Neo4j",
    "exports": "./dist/index.js",
    "main": "./dist/index.js",
    "type": "commonjs",
    "types": "./dist/index.d.ts",
    "files": [
        "dist/**/*.ts",
        "dist/**/*.ts.map",
        "dist/**/*.js",
        "dist/**/*.js.map"
    ],
    "engines": {
        "node": ">=20.0.0"
    },
    "scripts": {
        "test": "jest",
        "build": "tsc --build tsconfig.production.json",
        "docs": "npm run antora-docs && npm run docs-ref",
        "antora-docs": "npm run build:publish --prefix ./docs",
        "docs-ref": "typedoc src/Cypher.ts",
        "lint": "eslint .",
        "changeset": "changeset",
        "release": "npm run build && changeset publish",
        "prettier": "prettier . --check",
        "knip": "knip"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/neo4j/cypher-builder.git"
    },
    "keywords": [
        "neo4j",
        "cypher",
        "query",
        "builder"
    ],
    "author": "Neo4j Inc.",
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/neo4j/cypher-builder/issues"
    },
    "homepage": "https://neo4j.github.io/cypher-builder/",
    "devDependencies": {
        "@changesets/changelog-github": "0.6.0",
        "@changesets/cli": "2.30.0",
        "@eslint/js": "10.0.1",
        "@tsconfig/node24": "24.0.4",
        "@types/jest": "30.0.0",
        "@types/node": "25.5.2",
        "eslint": "10.2.0",
        "eslint-config-prettier": "10.1.8",
        "eslint-plugin-tsdoc": "0.5.2",
        "jest": "30.3.0",
        "jest-extended": "7.0.0",
        "knip": "6.3.1",
        "prettier": "3.8.1",
        "ts-jest": "29.4.9",
        "typedoc": "0.28.18",
        "typescript": "6.0.2",
        "typescript-eslint": "8.58.1"
    }
}
