{
  "name": "wc-info",
  "version": "0.0.185",
  "description": "Display Web Component Information based on [custom element manifest file](https://github.com/webcomponents/custom-elements-manifest).",
  "main": "wc-info.js",
  "module": "wc-info.js",
  "exports": {
    "./doc.js": "./doc.js"
  },
  "keywords": [
    "web-components",
    "custom-elements",
    "custom-elements-manifest"
  ],
  "files": [
    "*.*"
  ],
  "types": "types.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "serve": "node ./node_modules/spa-ssi/serve.js",
    "build-manifest": "node doc.mjs > custom-elements.json",
    "update": "ncu -u && npm install",
    "build-html": "powershell -command \"node build.mjs | out-file  -encoding  oem root.html\"",
    "build": "npm run build-html & npm run build-manifest",
    "safari": "npx playwright wk http://localhost:8000"
  },
  "dependencies": {
    "typescript-json-schema": "0.65.1"
  },
  "devDependencies": {
    "custom-elements-manifest": "2.1.0",
    "spa-ssi": "0.0.23",
    "@playwright/test": "1.56.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bahrus/wc-info.git"
  },
  "author": "anderson.bruce.b@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bahrus/wc-info/issues"
  },
  "homepage": "https://github.com/bahrus/wc-info#readme",
  "customElements": "custom-elements.json"
}
