{
  "name": "fly-the-w",
  "version": "1.2.0",
  "description": "Chicago Cubs “Fly the W” flag as a custom element (<fly-the-w>).",
  "type": "module",
  "main": "./fly-the-w.js",
  "module": "./fly-the-w.js",
  "exports": {
    ".": "./fly-the-w.js"
  },
  "files": [
    "fly-the-w.js",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "web-component",
    "web-components",
    "custom-element",
    "custom-elements",
    "cubs",
    "chicago-cubs",
    "fly-the-w",
    "flag"
  ],
  "license": "MIT",
  "author": "Wes Goulet",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wes-goulet/fly-the-w.git"
  },
  "bugs": {
    "url": "https://github.com/wes-goulet/fly-the-w/issues"
  },
  "homepage": "https://github.com/wes-goulet/fly-the-w#readme",
  "scripts": {
    "bump-version": "node scripts/bump-version.mjs",
    "example": "npx --yes serve . -p 4173",
    "start": "npm run example"
  },
  "sideEffects": [
    "./fly-the-w.js"
  ]
}
