{
  "name": "@magic-circle/performance",
  "version": "0.3.2",
  "description": "Magic Circle performance management",
  "keywords": [
    "controls",
    "creative coding",
    "editor",
    "editing",
    "GUI",
    "performance",
    "frames per second",
    "FPS",
    "memory"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dpwoert/magic-circle.git",
    "directory": "plugins/performance"
  },
  "homepage": "https://magic-circle.dev",
  "files": [
    "dist/*.js",
    "dist/*.jsx",
    "dist/*.d.ts"
  ],
  "author": "Davey van der Woert <davey@dpwoert.com> (http://dpwoert.com)",
  "license": "MIT",
  "main": "dist/index.jsx",
  "module": "dist/index.jsx",
  "scripts": {
    "watch": "tsc --watch",
    "build:dev": "tsc",
    "build:prod": "NODE_ENV=production tsc"
  },
  "dependencies": {
    "@magic-circle/state": "^0.3.2",
    "@magic-circle/styles": "^0.3.2"
  },
  "devDependencies": {
    "@magic-circle/schema": "^0.3.2",
    "@types/react": "^18.0.21",
    "typescript": "^4.8.4"
  },
  "peerDependencies": {
    "react": "*",
    "styled-components": "*"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "8082aa507dc3201567d5953e7c8c0562efe852d6"
}
