UNPKG

@neo4j/cypher-builder

Version:

A programmatic API for building Cypher queries for Neo4j

65 lines (64 loc) 1.95 kB
{ "name": "@neo4j/cypher-builder", "version": "2.7.2", "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" }, "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.27.10", "@eslint/js": "^9.15.0", "@tsconfig/node16": "^16.1.3", "@types/jest": "^29.5.14", "@types/node": "^22.10.0", "@typescript-eslint/eslint-plugin": "^8.16.0", "@typescript-eslint/parser": "^8.16.0", "eslint": "^9.15.0", "eslint-config-prettier": "^10.0.0", "eslint-plugin-tsdoc": "^0.4.0", "globals": "^16.0.0", "jest": "^29.7.0", "jest-extended": "^6.0.0", "prettier": "^3.4.1", "ts-jest": "^29.2.5", "typedoc": "^0.28.8", "typescript": "^5.6.3" } }