{
  "name": "nice-grpc-common",
  "version": "2.0.4",
  "description": "Common stuff for nice-grpc and nice-grpc-web",
  "repository": {
    "type": "git",
    "url": "https://github.com/deeplay-io/nice-grpc.git",
    "directory": "packages/nice-grpc-common"
  },
  "homepage": "https://github.com/deeplay-io/nice-grpc/tree/master/packages/nice-grpc-common#readme",
  "bugs": {
    "url": "https://github.com/deeplay-io/nice-grpc/issues"
  },
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "src",
    "!src/**/*.test.ts",
    "!src/**/__tests__"
  ],
  "scripts": {
    "clean": "rimraf lib",
    "test": "vitest run",
    "build": "tsc -P tsconfig.build.json",
    "prepublishOnly": "npm run clean && npm run build && npm test"
  },
  "author": "Daniel Lytkin <aikoven@deeplay.io>",
  "license": "MIT",
  "devDependencies": {
    "@tsconfig/recommended": "^1.0.13"
  },
  "dependencies": {
    "ts-error": "^1.0.6"
  },
  "gitHead": "a4a4a78b10ad16347f3219108ad8f00fb978ace2"
}
