{
  "name": "graph-app-core",
  "version": "2.4.2",
  "description": "Библиотека, предоставляющая удобный интерфейс для взаимодействия с СУБД «Neo4j».",
  "main": "./dist/index.js",
  "exports": "./dist/index.js",
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "prepublish": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/POWER-OF-YOUTH/graph-app-core.git"
  },
  "keywords": [],
  "author": "POWER-OF-YOUTH",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/POWER-OF-YOUTH/graph-app-core/issues"
  },
  "homepage": "https://github.com/POWER-OF-YOUTH/graph-app-core#readme",
  "dependencies": {
    "@types/uuid": "^8.3.1",
    "neo4j-driver": "^4.2.3",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "jest": "^27.0.5"
  }
}
