@gfellerph/focusgroup-polyfill
Version:
Partial polyfill for the focusgroup attribute (https://open-ui.org/components/focusgroup.explainer/).
45 lines • 1.17 kB
JSON
{
"name": "@gfellerph/focusgroup-polyfill",
"version": "0.0.1-experimental.4",
"description": "Partial polyfill for the focusgroup attribute (https://open-ui.org/components/focusgroup.explainer/).",
"author": "Philipp Gfeller <philipp.gfeller@post.ch>",
"license": "MIT",
"keywords": [
"focusgroup",
"polyfill",
"openui"
],
"homepage": "https://gfellerph.github.io/focusgroup-polyfill/",
"repository": {
"type": "git",
"url": "https://github.com/gfellerph/focusgroup-polyfill"
},
"bugs": {
"url": "https://github.com/gfellerph/focusgroup-polyfill/issues"
},
"type": "module",
"browser": "main.js",
"jsdelivr": "cdn.js",
"unpkg": "cdn.js",
"files": [
"main.js",
"src",
"cdn.js"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@types/node": "^20.14.1",
"esbuild": "^0.20.0",
"http-server": "^14.1.1"
},
"scripts": {
"start": "http-server",
"build": "esbuild main.js --bundle --minify --outfile=cdn.js",
"test": "playwright test",
"testui": "playwright test --ui",
"prepublish": "pnpm build"
}
}