{
  "name": "next-flow-interface",
  "description": "Interface package for NEXT FlOW. You can use this package to build your own plugin that can control anything.",
  "type": "module",
  "module": "index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/N-Flow/next-flow-interface.git"
  },
  "bugs": {
    "url": "https://github.com/N-Flow/next-flow-interface/issues"
  },
  "homepage": "https://github.com/N-Flow/next-flow-interface#readme",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js"
    }
  },
  "files": [
    "index.d.ts",
    "index.js",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "@babylonjs/core": "8.33.0",
    "brotli-wasm": "^3.0.1",
    "clsx": "2.1.1",
    "file-type": "^21.0.0",
    "mime": "^4.0.7",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "valtio": "2.1.7",
    "rhine-var": "2.4.3"
  },
  "version": "0.27.18",
  "author": "NextFlow",
  "license": "Apache-2.0",
  "keywords": [
    "NextFlow",
    "3D Showcase",
    "Education",
    "Visualization",
    "Simulation",
    "Collaboration",
    "Interface"
  ]
}
