{
    "name": "@theorchard/connector-neo4j",
    "version": "3.0.5",
    "description": "Neo4j driver connector",
    "main": "dist/cjs/src/index.js",
    "module": "dist/esm/src/index.js",
    "types": "dist/esm/src/index.d.ts",
    "author": "The Orchard",
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theorchard/orchard-suite.git"
    },
    "prettier": "@theorchard/prettier-config",
    "eslintConfig": {
        "extends": "@theorchard/ts-prettier"
    },
    "scripts": {
        "build:cjs": "tsc --build ./tsconfig.cjs.json",
        "build:esm": "tsc --build ./tsconfig.esm.json",
        "build": "pnpm run build:esm && pnpm run build:cjs && cp ./dist/cjs/src/utils/cypher/jest.js ./jest-transform-cypher.js",
        "format": "prettier --write .",
        "format:check": "prettier --check .",
        "clean": "rm -rf dist && rm -rf .cache",
        "test:unit": "jest",
        "lint": "eslint --ext .js,.ts,.tsx,.jsx --cache --cache-location .cache/.eslintcache src",
        "test": "pnpm lint && pnpm test:unit"
    },
    "files": [
        "dist",
        "jest-transform-cypher.js"
    ],
    "dependencies": {
        "@theorchard/connector-splitio": "workspace:*",
        "lodash-es": "^4.18.1",
        "neo4j-driver": "^5.20.0",
        "neo4j-driver-core": "^5.20.0"
    },
    "devDependencies": {
        "dd-trace": "^5.10.0"
    },
    "peerDependencies": {
        "dd-trace": ">=5.x"
    }
}
