{
  "name": "spid-login-button",
  "description": "Webcomponent that displays the Entra con SPID button",
  "license": "MIT",
  "version": "1.1.1",
  "type": "module",
  "main": "dist/umd/spid-login-button.js",
  "module": "src/index.ts",
  "exports": {
    ".": "./dist/src/SpidLoginButton.js"
  },
  "scripts": {
    "analyze": "cem analyze --litelement",
    "dev": "concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
    "build": "rimraf dist && tsc && rollup -c rollup.config.js",
    "test": "jest"
  },
  "dependencies": {
    "element-internals-polyfill": "^1.2.3",
    "lit": "^2.0.2",
    "tslib": "^2.3.1"
  },
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-decorators": "^7.20.13",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.18.6",
    "@custom-elements-manifest/analyzer": "^0.4.17",
    "@jest/globals": "^29.4.2",
    "@open-wc/testing-helpers": "^2.1.4",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.4.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "@testing-library/dom": "^8.20.0",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/user-event": "^14.4.3",
    "@types/jest": "^29.4.0",
    "@web/dev-server": "^0.1.34",
    "babel-jest": "^29.4.2",
    "concurrently": "^5.3.0",
    "jest": "^29.4.2",
    "jest-environment-jsdom": "^29.4.2",
    "rimraf": "^4.1.2",
    "rollup": "^3.15.0",
    "rollup-plugin-minify-html-literals": "^1.2.6",
    "rollup-plugin-summary": "^2.0.0",
    "testing-library__dom": "^7.29.4-beta.1",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^4.5.2"
  },
  "customElements": "custom-elements.json",
  "files": [
    "dist/umd/spid-login-button.js"
  ]
}
