{
  "name": "@omni-dromenon/monorepo",
  "version": "0.0.0",
  "private": true,
  "description": "Real-time audience-participatory performance system with weighted consensus algorithms",
  "author": "Anthony Padavano <4444@ivi374iviorf.org>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/omni-dromenon-machina/metasystem-master.git"
  },
  "scripts": {
    "build": "pnpm -r --filter './packages/*' run build",
    "dev": "pnpm -r --filter './packages/*' run dev",
    "test": "pnpm -r run test",
    "lint": "pnpm -r run lint",
    "clean": "pnpm -r exec rm -rf dist node_modules",
    "typecheck": "pnpm -r --filter './packages/*' run typecheck"
  },
  "engines": {
    "node": ">=18.0.0",
    "pnpm": ">=8.0.0"
  },
  "packageManager": "pnpm@9.15.0"
}
