UNPKG

neo4j-driver-bolt-connection

Version:

Implements the connection with the Neo4j Database using the Bolt Protocol

50 lines (49 loc) 1.32 kB
{ "name": "neo4j-driver-bolt-connection", "version": "6.2.0", "description": "Implements the connection with the Neo4j Database using the Bolt Protocol", "main": "lib/index.js", "types": "types/index.d.ts", "sideEffects": false, "scripts": { "build": "tsc", "test": "jest --passWithNoTests", "test::watch": "jest --watch", "test::unit": "pnpm run test", "prepare": "pnpm run build", "clean": "rm -fr node_modules lib" }, "repository": { "type": "git", "url": "git://github.com/neo4j/neo4j-javascript-driver.git" }, "keywords": [ "bolt", "neo4j", "driver" ], "browser": { "./lib/channel/node/index.js": "./lib/channel/browser/index.js" }, "author": "Neo4j", "license": "Apache-2.0", "bugs": { "url": "https://github.com/neo4j/neo4j-javascript-driver/issues" }, "homepage": "https://github.com/neo4j/neo4j-javascript-driver#readme", "devDependencies": { "@sinonjs/fake-timers": "15.3.2", "@types/jest": "^29.5.3", "@types/node": "^24.3.0", "fast-check": "3.23.2", "jest": "29.7.0", "ts-jest": "29.4.9", "typescript": "5.9.3" }, "dependencies": { "buffer": "^6.0.3", "neo4j-driver-core": "6.2.0", "string_decoder": "^1.3.0" }, "gitHead": "493b9ef5fc0884f4e5cad5bdc23fd36631cbf5e3" }