{
  "name": "@ghchinoy/lit-audio-ui",
  "version": "0.7.0",
  "description": "A pure Lit WebComponents port of modern audio UI components",
  "author": "G. Hussain Chinoy",
  "license": "Apache-2.0",
  "main": "dist/scream-audio-ui.umd.js",
  "module": "dist/index.js",
  "types": "dist/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/scream-audio-ui.umd.js"
    },
    "./standalone": "./dist/standalone/scream-audio-ui.standalone.js",
    "./atoms/*": "./dist/components/atoms/*",
    "./molecules/*": "./dist/components/molecules/*",
    "./organisms/*": "./dist/components/organisms/*",
    "./providers/*": "./dist/components/providers/*",
    "./controllers/*": "./dist/controllers/*",
    "./utils/*": "./dist/utils/*"
  },
  "customElements": "custom-elements.json",
  "files": [
    "dist",
    "README.md",
    "AGENT_SKILL.md",
    "custom-elements.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "npm run clean && npm run build:lib && npm run build:standalone && npm run analyze",
    "clean": "rimraf dist",
    "analyze": "cem analyze --globs \"src/**/*.ts\" --outdir .",
    "build:lib": "tsc && vite build",
    "build:standalone": "vite build -c vite.standalone.config.ts",
    "preview": "vite preview",
    "lint": "gts lint",
    "fix": "gts fix",
    "verify-dist": "node scripts/verify-dist.mjs",
    "prepublishOnly": "npm run build && npm run verify-dist"
  },
  "peerDependencies": {
    "@lit/context": "^1.1.6",
    "@material/web": "^2.0.0",
    "lit": "^3.3.1",
    "three": ">=0.150.0"
  },
  "dependencies": {
    "@chenglou/pretext": "^0.0.4"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.11.0",
    "@lit/context": "^1.1.6",
    "@material/web": "^2.0.0",
    "@types/three": "^0.182.0",
    "@typescript-eslint/eslint-plugin": "^8.55.0",
    "@typescript-eslint/parser": "^8.55.0",
    "eslint-plugin-lit": "^1.15.0",
    "gts": "^7.0.0",
    "lit": "^3.3.1",
    "rimraf": "^6.0.1",
    "three": "^0.182.0",
    "typescript": "~5.6.3",
    "vite": "^8.0.0-beta.13"
  }
}
