UNPKG

@neo4j/cypher-builder

Version:

A programmatic API for building Cypher queries for Neo4j

66 lines (65 loc) 1.95 kB
{ "name": "@neo4j/cypher-builder", "version": "2.11.0", "description": "A programmatic API for building Cypher queries for Neo4j", "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": { "test": "jest", "build": "tsc --build tsconfig.production.json", "docs": "npm run antora-docs && npm run docs-ref", "antora-docs": "npm run build --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.5.1", "@changesets/cli": "2.29.7", "@eslint/js": "9.39.1", "@tsconfig/node16": "16.1.7", "@types/jest": "29.5.14", "@types/node": "22.19.1", "@typescript-eslint/eslint-plugin": "8.46.4", "@typescript-eslint/parser": "8.46.4", "eslint": "9.39.1", "eslint-config-prettier": "10.1.8", "eslint-plugin-tsdoc": "0.4.0", "jest": "29.7.0", "jest-extended": "7.0.0", "knip": "5.70.0", "prettier": "3.6.2", "ts-jest": "29.4.5", "typedoc": "0.28.14", "typescript": "5.9.3" } }