UNPKG

next-flow-interface

Version:

Interface package for NEXT FlOW. You can use this package to build your own plugin that can control anything.

53 lines (52 loc) 1.2 kB
{ "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", "antd": "5.27.0", "brotli-wasm": "^3.0.1", "clsx": "2.1.1", "file-type": "^21.0.0", "mime": "^4.0.7", "react": "19.1.1", "react-dom": "19.1.1", "valtio": "2.1.7", "rhine-var": "0.11.2" }, "version": "0.24.14", "author": "NextFlow", "license": "Apache-2.0", "keywords": [ "NextFlow", "3D Showcase", "Education", "Visualization", "Simulation", "Collaboration", "Interface" ] }