{ "name": "query-service", "module": "index.ts", "type": "module", "version": "1.0.0", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1", "dev": "bun run --watch --inspect=6498 src/index.ts", "start": "bun run --production src/index.ts" }, "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.0.0" }, "dependencies": { "neo4j-driver": "^5.26.0", "ts-common": "link:ts-common", "graphology": "^0.25.4", "graphology-dag": "^0.4.1", "graphology-layout": "^0.6.1", "graphology-types": "^0.24.7", "graphology-simple-path": "^0.2.0" } }