{
  "name": "@webcomponents/template-shadowroot",
  "version": "0.2.1",
  "description": "",
  "main": "template-shadowroot.js",
  "module": "template-shadowroot.js",
  "browser": true,
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc --build && rollup --config rollup.config.js",
    "test": "wtr --config web-test-runner.config.mjs",
    "build:watch": "tsc --build --watch",
    "test:watch": "wtr --config web-test-runner.config.mjs --watch"
  },
  "files": [
    "template-shadowroot.*",
    "_implementation"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webcomponents/template-shadowroot.git"
  },
  "keywords": [],
  "author": "Google LLC",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/webcomponents/template-shadowroot/issues"
  },
  "homepage": "https://github.com/webcomponents/template-shadowroot#readme",
  "devDependencies": {
    "@esm-bundle/chai": "^4.3.4-fix.0",
    "@types/mocha": "^10.0.1",
    "@web/test-runner": "^0.15.0",
    "@web/test-runner-playwright": "^0.9.0",
    "rollup": "^2.79.1",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-terser": "^7.0.2",
    "tachometer": "^0.7.0",
    "typescript": "^4.9.5"
  }
}
