{ "name": "sixdegs", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.5.6", "@picocss/pico": "^2.0.6", "astro": "^4.4.14", "neo4j-driver": "^5.18.0", "typescript": "^5.4.2", "vis-network": "^9.1.9" } }