{
  "name": "invokers-polyfill",
  "version": "1.0.4",
  "description": "This polyfills the HTML `command`/`commandfor`, as proposed by the Open UI group.",
  "homepage": "https://github.com/keithamus/invokers-polyfill#readme",
  "bugs": {
    "url": "https://github.com/keithamus/invokers-polyfill/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/keithamus/invokers-polyfill.git"
  },
  "license": "MIT",
  "author": "Keith Cirkel (https://keithcirkel.co.uk)",
  "type": "module",
  "exports": {
    ".": {
      "types": "./invoker.d.ts",
      "import": "./index.js",
      "browser": "./invoker.min.js",
      "require": "./invoker.min.js"
    },
    "./fn": {
      "types": "./index-fn.d.ts",
      "import": "./invoker.js"
    }
  },
  "main": "index.js",
  "types": "invoker.d.ts",
  "typesVersions": {
    "*": {
      "fn": [
        "./index-fn.d.ts"
      ]
    }
  },
  "files": [
    "*.d.ts",
    "*.js"
  ],
  "scripts": {
    "minify": "esbuild --bundle --minify index.js > invoker.min.js",
    "prepublishOnly": "npm run minify",
    "test": "echo TODO! Run ./wpt serve --inject-script=../invokers-polyfill/invoker.js for now."
  },
  "devDependencies": {
    "esbuild": "^0.20.0"
  }
}
