{
  "name": "@playcanvas/web-components",
  "version": "0.3.0",
  "author": "PlayCanvas <support@playcanvas.com>",
  "homepage": "https://playcanvas.com",
  "description": "Web Components for the PlayCanvas Engine",
  "keywords": [
    "custom-elements",
    "declarative",
    "html",
    "playcanvas",
    "typescript",
    "web-components",
    "webgl",
    "webgpu",
    "webxr"
  ],
  "license": "MIT",
  "main": "dist/pwc.cjs",
  "module": "dist/pwc.mjs",
  "browser": "dist/pwc.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "concurrently \"npm run watch\" \"npm run serve\"",
    "docs": "typedoc",
    "lint": "eslint examples/js examples/assets/scripts src",
    "serve": "serve",
    "test": "echo \"Error: no test specified\" && exit 1",
    "publint": "publint",
    "type-check": "tsc --noEmit",
    "type-check:watch": "npm run type-check -- --watch",
    "watch": "rollup -c -w"
  },
  "devDependencies": {
    "@mediapipe/tasks-vision": "0.10.21",
    "@playcanvas/eslint-config": "2.1.0",
    "@rollup/plugin-commonjs": "29.0.0",
    "@rollup/plugin-node-resolve": "16.0.3",
    "@rollup/plugin-terser": "0.4.4",
    "@rollup/plugin-typescript": "12.3.0",
    "@tweenjs/tween.js": "25.0.0",
    "@typescript-eslint/eslint-plugin": "8.52.0",
    "@typescript-eslint/parser": "8.52.0",
    "concurrently": "9.2.1",
    "earcut": "3.0.2",
    "eslint": "9.39.2",
    "eslint-import-resolver-typescript": "4.4.4",
    "globals": "17.0.0",
    "mediabunny": "1.27.4",
    "opentype.js": "1.3.4",
    "playcanvas": "2.15.0",
    "publint": "0.3.16",
    "rollup": "4.55.1",
    "serve": "14.2.5",
    "tslib": "2.8.1",
    "typedoc": "0.28.16",
    "typedoc-plugin-mdn-links": "5.0.10",
    "typescript": "5.9.3"
  }
}
