{
  "name": "@wetron/core",
  "version": "0.1.0",
  "description": "Umbrella entry for wetron - parses every supported model format via parseModel and re-exports the parser-specific APIs",
  "keywords": [
    "graph",
    "keras",
    "model-viewer",
    "neural-network",
    "onnx",
    "tflite",
    "visualization"
  ],
  "homepage": "https://github.com/sultaniman/wetron",
  "license": "MIT",
  "author": "Sultan Iman",
  "repository": {
    "type": "git",
    "url": "https://github.com/sultaniman/wetron",
    "directory": "packages/core"
  },
  "files": [
    "README.md",
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./detect": {
      "source": "./src/detect.ts",
      "types": "./dist/detect.d.ts",
      "import": "./dist/detect.js"
    },
    "./transform": {
      "source": "./src/transform.ts",
      "types": "./dist/transform.d.ts",
      "import": "./dist/transform.js"
    },
    "./edge-path": {
      "source": "./src/edge-path.ts",
      "types": "./dist/edge-path.d.ts",
      "import": "./dist/edge-path.js"
    },
    "./panel-utils": {
      "source": "./src/panel-utils.ts",
      "types": "./dist/panel-utils.d.ts",
      "import": "./dist/panel-utils.js"
    },
    "./format-val": {
      "source": "./src/format-val.ts",
      "types": "./dist/format-val.d.ts",
      "import": "./dist/format-val.js"
    },
    "./heatmap-color": {
      "source": "./src/heatmap-color.ts",
      "types": "./dist/heatmap-color.d.ts",
      "import": "./dist/heatmap-color.js"
    },
    "./tensor-index": {
      "source": "./src/tensor-index.ts",
      "types": "./dist/tensor-index.d.ts",
      "import": "./dist/tensor-index.js"
    },
    "./tensor-slice": {
      "source": "./src/tensor-slice.ts",
      "types": "./dist/tensor-slice.d.ts",
      "import": "./dist/tensor-slice.js"
    },
    "./weight-distribution": {
      "source": "./src/weight-distribution.ts",
      "types": "./dist/weight-distribution.d.ts",
      "import": "./dist/weight-distribution.js"
    },
    "./weight-axis-stats": {
      "source": "./src/weight-axis-stats.ts",
      "types": "./dist/weight-axis-stats.d.ts",
      "import": "./dist/weight-axis-stats.js"
    },
    "./weight-sparsity": {
      "source": "./src/weight-sparsity.ts",
      "types": "./dist/weight-sparsity.d.ts",
      "import": "./dist/weight-sparsity.js"
    },
    "./weight-kernel": {
      "source": "./src/weight-kernel.ts",
      "types": "./dist/weight-kernel.d.ts",
      "import": "./dist/weight-kernel.js"
    },
    "./weight-quantization": {
      "source": "./src/weight-quantization.ts",
      "types": "./dist/weight-quantization.d.ts",
      "import": "./dist/weight-quantization.js"
    },
    "./weight-diagnostics": {
      "source": "./src/weight-diagnostics.ts",
      "types": "./dist/weight-diagnostics.d.ts",
      "import": "./dist/weight-diagnostics.js"
    },
    "./inspector-hints": {
      "source": "./src/inspector-hints.ts",
      "types": "./dist/inspector-hints.d.ts",
      "import": "./dist/inspector-hints.js"
    }
  },
  "dependencies": {
    "dagre": "^0.8.5",
    "fflate": "^0.8.3",
    "protobufjs": "^8.7.2",
    "@wetron/common": "0.1.0",
    "@wetron/executorch": "0.1.0",
    "@wetron/keras": "0.1.0",
    "@wetron/onnx": "0.1.0",
    "@wetron/tflite": "0.1.0",
    "@wetron/tokens": "0.1.0",
    "@wetron/savedmodel": "0.1.0",
    "@wetron/torchscript": "0.1.0",
    "@wetron/gguf": "0.1.0"
  }
}