{
  "name": "@haxtheweb/simple-icon",
  "wcfactory": {
    "className": "SimpleIcon",
    "customElementClass": "HTMLElement",
    "elementName": "simple-icon",
    "generator-wcfactory-version": "0.8.6",
    "useHAX": false,
    "useSass": false,
    "files": {
      "js": "src/simple-icon.js"
    },
    "iconset": {
      "exportName": "SimpleIconIconsetsManifest",
      "manifestFilename": "simple-iconset-manifest",
      "manifestPath": "./lib",
      "svgsPath": "./lib/svgs"
    },
    "sharedHaxProps": [],
    "sharedProps": [],
    "sharedStyles": []
  },
  "version": "26.0.0",
  "description": "Render an SVG based icon",
  "repository": {
    "type": "git",
    "url": "https://github.com/haxtheweb/webcomponents.git"
  },
  "type": "module",
  "main": "simple-icon.js",
  "module": "simple-icon.js",
  "scripts": {
    "start": "yarn run dev",
    "build": "gulp --gulpfile=gulpfile.cjs && prettier --ignore-path ../../.prettierignore --write \"**/*.{js,json}\" && cem analyze --litelement --exclude \"(public|*.stories.js)\" --globs \"{*,lib/**}.js\"",
    "dev": "concurrently --kill-others \"yarn run watch\" \"yarn run serve\"",
    "watch": "gulp dev --gulpfile=gulpfile.cjs",
    "iconset": "gulp iconset --gulpfile=gulpfile.cjs",
    "serve": "web-dev-server -c ../../web-dev-server.config.mjs",
    "lighthouse": "gulp lighthouse --gulpfile=gulpfile.cjs",
    "test:watch": "web-test-runner \"test/**/*.test.js\" --node-resolve --config=../../web-test-runner.config.mjs --playwright --browsers chromium --watch",
    "test": "web-test-runner \"test/**/*.test.js\" --node-resolve --config=../../web-test-runner.config.mjs --playwright --browsers chromium"
  },
  "author": {
    "name": "haxtheweb",
    "url": "https://hax.psu.edu/"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@haxtheweb/simple-colors": "^26.0.0",
    "flag-icons": "6.6.4",
    "lit": "3.3.2"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "0.10.4",
    "@haxtheweb/deduping-fix": "^26.0.0",
    "@open-wc/testing": "4.0.0",
    "@web/dev-server": "0.4.6",
    "concurrently": "9.1.2"
  },
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "customElements": "custom-elements.json",
  "keywords": [
    "webcomponents",
    "html",
    "haxtheweb",
    "lit"
  ],
  "gitHead": "37a628376c24ddca5a47d9169e5a9d90107ce5b7"
}
