{
  "name": "depi-node-client",
  "version": "1.1.0",
  "description": "GRPC Client for communicating with depi from node in typescript or javascript",
  "main": "index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://git.isis.vanderbilt.edu/aa-caid/depi-impl.git"
  },
  "scripts": {
    "test": "./run-integration-tests.sh",
    "test:jest": "jest",
    "test:local": "DEPI_SKIP_DOCKER=1 npm test",
    "build": "./compile-proto.sh && node ./generateAsyncTypes.js",
    "prepublishOnly": "npm run build && tsc -p .",
    "compile": "tsc -p .",
    "watch": "tsc -w -p ."
  },
  "keywords": [
    "depi",
    "grpc"
  ],
  "author": "meijerop",
  "license": "Apache-2.0",
  "dependencies": {
    "@grpc/grpc-js": "^1.8.13",
    "@types/google-protobuf": "^3.15.6",
    "google-protobuf": "^3.21.2"
  },
  "devDependencies": {
    "@types/jest": "^29",
    "@types/node": "^24",
    "@types/vscode": "^1.78.0",
    "grpc-tools": "^1.11.2",
    "jest": "^29",
    "ts-file-parser": "^0.0.21",
    "ts-jest": "^29",
    "ts-protoc-gen": "^0.15.0",
    "typescript": "^5.2.2"
  }
}
