{
    "name": "phirepass-widgets",
    "version": "0.0.74",
    "description": "Phirepass widgets for the web application",
    "main": "dist/index.cjs.js",
    "module": "dist/index.js",
    "types": "dist/types/index.d.ts",
    "collection": "dist/collection/collection-manifest.json",
    "collection:main": "dist/collection/index.js",
    "unpkg": "dist/phirepass-widgets/phirepass-widgets.esm.js",
    "exports": {
        ".": {
            "import": "./dist/phirepass-widgets/phirepass-widgets.esm.js",
            "require": "./dist/phirepass-widgets/phirepass-widgets.cjs.js"
        },
        "./my-component": {
            "import": "./dist/components/my-component.js",
            "types": "./dist/components/my-component.d.ts"
        },
        "./loader": {
            "import": "./loader/index.js",
            "require": "./loader/index.cjs",
            "types": "./loader/index.d.ts"
        }
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/phirepass/phirepass-widgets"
    },
    "files": [
        "dist/",
        "loader/",
        "LICENSE"
    ],
    "scripts": {
        "build": "stencil build",
        "build:prod": "stencil build --prod",
        "start": "stencil build --dev --watch --serve",
        "test": "stencil test --spec --e2e",
        "test.watch": "stencil test --spec --e2e --watchAll",
        "generate": "stencil generate"
    },
    "devDependencies": {
        "@stencil/core": "^4.43.5",
        "@types/jest": "^29",
        "@types/node": "^26.0.0",
        "jest": "^29",
        "jest-cli": "^29",
        "puppeteer": "^24.42.0"
    },
    "license": "AGPL-3.0-or-later",
    "dependencies": {
        "@xterm/addon-fit": "^0.11.0",
        "@xterm/addon-image": "^0.9.0",
        "@xterm/addon-search": "^0.16.0",
        "@xterm/addon-serialize": "^0.14.0",
        "@xterm/addon-web-links": "^0.12.0",
        "@xterm/addon-webgl": "^0.19.0",
        "@xterm/xterm": "^6.0.0",
        "phirepass-channel": "^0.1.282"
    }
}
