{
  "name": "@operato/scene-visualizer",
  "description": "visualizer component for operato-scene",
  "author": "heartyoh",
  "version": "10.0.0-beta.7",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "license": "MIT",
  "things-scene": true,
  "publishConfig": {
    "access": "public",
    "@operato:registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/things-scene/operato-scene.git",
    "directory": "packages/visualizer"
  },
  "scripts": {
    "serve": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"things-factory-dev\"",
    "serve:dev": "npm run serve",
    "start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
    "build": "tsc",
    "prepublishOnly": "tsc",
    "lint": "eslint src/ && prettier \"src/**/*.ts\" --check",
    "format": "eslint src/ --fix && prettier \"src/**/*.ts\" --write",
    "migration": "things-factory-migration"
  },
  "dependencies": {
    "@hatiolab/things-scene": "^10.0.0-beta.1",
    "@operato/i18n": "^10.0.0-beta.1",
    "lit": "^3.1.2",
    "three": "^0.183.0"
  },
  "devDependencies": {
    "@hatiolab/prettier-config": "^1.0.0",
    "@material/web": "^2.0.0",
    "@things-factory/builder": "^10.0.0-beta.1",
    "@things-factory/operato-board": "^10.0.0-beta.1",
    "@types/three": "^0.183.0",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "@web/dev-server": "^0.1.28",
    "concurrently": "^8.0.1",
    "eslint": "^9.18.0",
    "eslint-config-prettier": "^10.0.1",
    "husky": "^8.0.3",
    "lint-staged": "^15.2.2",
    "prettier": "^3.2.5",
    "tslib": "^2.3.1",
    "typescript": "^5.0.4"
  },
  "prettier": "@hatiolab/prettier-config",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.ts": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "gitHead": "703631c6240e8d44f00cf3c6c51981ba9da9adbc"
}
