memgraph/tests/e2e/telemetry/package.json
2022-09-14 20:21:06 +02:00

16 lines
296 B
JSON

{
"name": "testing-neo4j-driver",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.21",
"neo4j-driver": "^4.2.3"
}
}