{"name": "typedb-driver", "version": "2.29.7", "description": "TypeDB Node.js Driver", "author": "Vaticle", "license": "Apache-2.0", "homepage": "https://typedb.com", "type": "commonjs", "repository": {"type": "git", "url": "https://github.com/vaticle/typedb-driver-nodejs"}, "scripts": {"clean": "rimraf dist", "build": "npm run clean && tsc", "test": "npm run test-concept && npm run test-connection && npm run test-query", "test-concept": "node test/integration/test-concept.js", "test-connection": "node test/integration/test-connection.js", "test-query": "node test/integration/test-query.js", "test-cloud-failover": "npm run build && node test/integration/test-cloud-failover.js", "test-stream": "node test/integration/test-stream.js", "lint": "eslint . --ext .ts"}, "dependencies": {"@grpc/grpc-js": "1.9.0", "google-protobuf": "3.19.3", "uuid": "8.3.2", "typedb-protocol": "2.28.4"}, "devDependencies": {"@cucumber/cucumber": "9.0.0", "@cucumber/pretty-formatter": "1.0.0-alpha.0", "@types/google-protobuf": "3.15.5", "@types/node": "20.0.0", "@types/uuid": "9.0.2", "@typescript-eslint/eslint-plugin": "4.9.0", "@typescript-eslint/parser": "4.9.0", "eslint": "7.14.0", "fs-extra": "7.0.1", "jest": "^28.0.0", "properties-reader": "2.2.0", "rimraf": "3.0.2", "tmp": "0.1.0", "typedoc": "^0.25.1", "typescript": "4.9.5"}}