UNPKG

@neo4j/cypher-builder

Version:

A programmatic API for building Cypher queries for Neo4j

66 lines (65 loc) 1.92 kB
{ "name": "@neo4j/cypher-builder", "version": "3.3.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.31.0", "@eslint/js": "10.0.1", "@tsconfig/node24": "24.0.4", "@types/jest": "30.0.0", "@types/node": "25.6.0", "eslint": "10.2.1", "eslint-config-prettier": "10.1.8", "eslint-plugin-tsdoc": "0.5.2", "jest": "30.3.0", "jest-extended": "7.0.0", "knip": "6.7.0", "prettier": "3.8.3", "ts-jest": "29.4.9", "typedoc": "0.28.19", "typescript": "6.0.3", "typescript-eslint": "8.59.3" } }