UNPKG

neo4j-driver-core

Version:
50 lines (49 loc) 1.05 kB
{ "source": "./lib6", "destination": "./docs", "includes": ["\\.js$"], "excludes": ["external", "internal"], "package": "./package.json", "plugins": [ { "name": "esdoc-importpath-plugin", "option": { "replaces": [ { "from": "^lib6/", "to": "lib/" } ] } }, { "name": "esdoc-standard-plugin", "option": { "lint": { "enable": false }, "accessor": { "access": ["public"], "autoPrivate": true }, "undocumentIdentifier": { "enable": true }, "unexportedIdentifier": { "enable": false }, "typeInference": { "enable": true }, "brand": { "title": "Neo4j Bolt Driver 4.1 for JavaScript", "repository": "https://github.com/neo4j/neo4j-javascript-driver" } } }, { "name": "esdoc-type-inference-plugin", "option": {"enable": false} } ] }