{
  "name": "three-perf",
  "version": "1.0.11",
  "description": "Easily monitor your vanilla ThreeJS app performances.",
  "keywords": [
    "three",
    "benchmark",
    "performance",
    "monitor",
    "analysis",
    "profiling"
  ],
  "main": "dist/index.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    }
  },
  "sideEffects": false,
  "scripts": {
    "dev": "vite",
    "dev:server": "node demo/server.mjs",
    "build": "vite build && tsc",
    "serve": "vite serve"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheoTheDev/three-perf.git"
  },
  "homepage": "https://github.com/TheoTheDev/three-perf",
  "author": "TheoTheDev (https://github.com/TheoTheDev)",
  "license": "MIT",
  "files": [
    "dist/*",
    "src/*"
  ],
  "bugs": {
    "url": "https://github.com/TheoTheDev/three-perf/issues"
  },
  "dependencies": {
    "troika-three-text": "^0.52.0",
    "tweakpane": "^3.1.10"
  },
  "devDependencies": {
    "@types/three": "^0.170.0",
    "express": "^4.18.2",
    "fs": "^0.0.1-security",
    "path": "^0.12.7",
    "typescript": "^5.1.3",
    "vite": "^4.3.9"
  },
  "peerDependencies": {
    "three": ">=0.170"
  }
}
