finished implementation

This commit is contained in:
2026-06-01 21:42:49 +02:00
commit 4f3e109b56
25 changed files with 3315 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^10.1.2",
"astro": "^6.4.2",
"neo4j-driver": "^6.0.1"
}
}