mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
12 lines
219 B
JSON
12 lines
219 B
JSON
{
|
|
"name": "nodupelabs-topological-engine",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.21.0",
|
|
"neo4j-driver": "^5.27.0"
|
|
}
|
|
}
|