memgraph/tests/e2e/telemetry/package.json

16 lines
296 B
JSON
Raw Normal View History

2022-09-15 02:21:06 +08:00
{
"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"
}
}