{
  "name": "@stanterprise/protobuf",
  "version": "0.1.3",
  "description": "Generated Protobuf code",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./testsystem": {
      "types": "./dist/testsystem/index.d.ts",
      "import": "./dist/testsystem/index.mjs",
      "require": "./dist/testsystem/index.js"
    },
    "./testsystem/v1": {
      "types": "./dist/testsystem/v1/index.d.ts",
      "import": "./dist/testsystem/v1/index.mjs",
      "require": "./dist/testsystem/v1/index.js"
    },
    "./testsystem/v1/entities": {
      "types": "./dist/testsystem/v1/entities/index.d.ts",
      "import": "./dist/testsystem/v1/entities/index.mjs",
      "require": "./dist/testsystem/v1/entities/index.js"
    },
    "./testsystem/v1/events": {
      "types": "./dist/testsystem/v1/events/index.d.ts",
      "import": "./dist/testsystem/v1/events/index.mjs",
      "require": "./dist/testsystem/v1/events/index.js"
    },
    "./testsystem/v1/common": {
      "types": "./dist/testsystem/v1/common/index.d.ts",
      "import": "./dist/testsystem/v1/common/index.mjs",
      "require": "./dist/testsystem/v1/common/index.js"
    },
    "./testsystem/v1/observer": {
      "types": "./dist/testsystem/v1/observer/index.d.ts",
      "import": "./dist/testsystem/v1/observer/index.mjs",
      "require": "./dist/testsystem/v1/observer/index.js"
    }
  },
  "files": [
    "dist",
    "lib"
  ],
  "scripts": {
    "build": "tsup && tsc --emitDeclarationOnly --declaration --declarationMap --project tsconfig.json --outDir dist",
    "dev": "tsup --watch",
    "prepublishOnly": "npm run generate && npm run build",
    "generate": "node scripts/generate.js",
    "lint": "eslint . --ext .ts --max-warnings=0",
    "format": "prettier --write .",
    "lint:fix": "eslint . --ext .ts --fix",
    "verify": "node verify-exports.mjs",
    "test": "npm run verify"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stanterprise/proto-ts.git"
  },
  "author": "Stanislav Fedii",
  "license": "MIT",
  "dependencies": {
    "@grpc/grpc-js": "^1.0.0",
    "google-protobuf": "^3.21.2"
  },
  "devDependencies": {
    "@types/google-protobuf": "^3.15.12",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "grpc-tools": "^1.13.0",
    "prettier": "^3.3.2",
    "protoc-gen-ts": "^0.8.7",
    "tsup": "^8.5.0"
  }
}
