{
  "name": "@parca/client",
  "version": "0.17.24",
  "description": "Parca API Client",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest --coverage --config ../../../jest.config.js ./src/*",
    "prepublish": "pnpm run build",
    "build": "tsc",
    "build-swc": "swc ./src -d dist --copy-files",
    "watch": "tsc-watch"
  },
  "dependencies": {
    "@protobuf-ts/runtime": "^2.5.0",
    "@protobuf-ts/runtime-rpc": "^2.5.0",
    "tsc-watch": "6.3.1"
  },
  "devDependencies": {
    "globby": "13.2.2"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/parca-dev/parca",
    "directory": "ui/packages/shared/client"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "gitHead": "3e6da57bb82ad29896b482d575c35c2db8ae070b"
}
