{
  "name": "@dydxprotocol/v4-proto",
  "version": "9.6.1",
  "access": "public",
  "description": "Protos for dYdX v4 protocol",
  "author": "dYdX Trading Inc.",
  "homepage": "https://github.com/dydxprotocol/v4-chain",
  "license": "AGPL-3.0",
  "main": "main/index.js",
  "module": "module/index.js",
  "typings": "types/index.d.ts",
  "directories": {
    "lib": "src"
  },
  "files": [
    "types",
    "src",
    "main",
    "module"
  ],
  "scripts": {
    "build": "tsc --project ./tsconfig.json",
    "_comment": "In codegen we delete autocli because it has some proto map field code that doesn't compile in strict mode. We don't use autocli so this is okay for now.",
    "transpile": "(cd .. && make proto-export-deps && rm -rf .proto-export-deps/cosmos/autocli) && rm -rf src/ && telescope transpile --protoDirs ../.proto-export-deps --outPath ./src/codegen --no-includeAminos --includeLCDClients --includeRPCClients"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dydxprotocol/v4-chain"
  },
  "keywords": [],
  "bugs": {
    "url": "https://github.com/dydxprotocol/v4-chain/issues"
  },
  "devDependencies": {
    "@cosmjs/stargate": "^0.32.1",
    "@dydxprotocol/node-service-base-dev": "^0.3.2",
    "@osmonauts/lcd": "^0.6.0",
    "@osmonauts/telescope": "0.86.0",
    "long": "^4.0.0",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "protobufjs": "^6.11.2"
  }
}
