{
  "name": "@pionjs/pion",
  "version": "2.16.0",
  "description": "Hooks for web components",
  "main": "lib/haunted.js",
  "module": "lib/haunted.js",
  "type": "module",
  "customElements": "custom-elements.json",
  "scripts": {
    "build": "tsc",
    "changeset": "changeset",
    "analyze": "tsc; cem analyze",
    "preversion": "tsc",
    "test": "web-test-runner \"test/**/*.test.ts\" --coverage",
    "test:watch": "web-test-runner test/**/*.test.ts --watch"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pionjs/pion.git"
  },
  "keywords": [
    "haunted",
    "lit",
    "web-components"
  ],
  "author": "",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/pionjs/pion/issues"
  },
  "homepage": "https://github.com/pionjs/pion#readme",
  "typings": "lib/haunted.d.ts",
  "devDependencies": {
    "@changesets/cli": "^2.16.0",
    "@custom-elements-manifest/analyzer": "^0.11.0",
    "@matthewp/compile": "^3.0.0",
    "@open-wc/testing": "^4.0.0",
    "@polymer/polymer": "^3.5.1",
    "@types/mocha": "^10.0.0",
    "@web/dev-server-esbuild": "^1.0.0",
    "@web/test-runner": "^0.20.0",
    "sinon": "^22.0.0",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "lit-html": "^2.0.0 || ^3.0.0"
  },
  "overrides": {
    "ramda": "^0.29.1",
    "@types/ramda": "^0.29.1"
  }
}
