UNPKG

neo4j-driver-core

Version:
52 lines (51 loc) 1.5 kB
{ "name": "neo4j-driver-core", "version": "6.2.0", "description": "Internals of neo4j-driver", "main": "lib/index.js", "types": "types/index.d.ts", "sideEffects": false, "scripts": { "build": "tsc -p tsconfig.build.json", "build::es6": "tsc -p tsconfig.build.json --target ES6 --outdir lib6", "test": "jest", "test::watch": "jest --watch", "test::unit": "pnpm run test", "test::deno": "deno test --allow-all ./test/deno/", "predocs": "pnpm run build && pnpm run build::es6", "docs": "esdoc -c esdoc.json", "prepare": "pnpm run build", "clean": "rm -fr node_modules lib types" }, "repository": { "type": "git", "url": "git://github.com/neo4j/neo4j-javascript-driver.git" }, "keywords": [ "neo4j", "driver" ], "browser": { "./lib/internal/bolt-agent/index.js": "./lib/internal/bolt-agent/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": { "@types/jest": "^29.5.10", "@types/node": "^24.3.0", "esdoc": "1.1.0", "esdoc-importpath-plugin": "1.0.2", "esdoc-standard-plugin": "1.0.0", "fast-check": "3.23.2", "jest": "29.7.0", "source-map": "0.7.4", "ts-jest": "29.4.9", "ts-node": "10.9.2", "typescript": "5.9.3" }, "gitHead": "493b9ef5fc0884f4e5cad5bdc23fd36631cbf5e3" }