{
  "name": "meshy-node",
  "version": "1.2.10",
  "private": false,
  "description": "Standalone Meshy node package with bundled runtime and dashboard assets.",
  "type": "commonjs",
  "bin": {
    "meshy": "main.cjs"
  },
  "main": "main.cjs",
  "dependencies": {
    "qrcode-terminal": "0.11.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gim-home/meshy.git"
  },
  "files": [
    "main.cjs",
    "runtime-metadata.json",
    "dashboard",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "node main.cjs"
  }
}
