{
  "name": "@wetron/tflite",
  "version": "0.1.0",
  "description": "TFLite model parser - extracts graph structure from .tflite flatbuffer files",
  "keywords": [
    "graph",
    "model-parser",
    "neural-network",
    "tensorflow-lite",
    "tflite",
    "visualization"
  ],
  "homepage": "https://github.com/sultaniman/wetron",
  "license": "MIT",
  "author": "Sultan Iman",
  "repository": {
    "type": "git",
    "url": "https://github.com/sultaniman/wetron",
    "directory": "packages/tflite"
  },
  "files": [
    "README.md",
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "dependencies": {
    "flatbuffers": "^25.9.23",
    "@wetron/common": "0.1.0"
  }
}