{
  "name": "@kit-data-manager/pid-component",
  "version": "0.2.1",
  "license": "Apache-2.0",
  "description": "The PID-Component is a web component that can be used to evaluate and display FAIR Digital Objects, PIDs, ORCiDs, and possibly other identifiers in a user-friendly way. It is easily extensible to support other identifier types.",
  "author": {
    "name": "Maximilian Inckmann",
    "url": "https://orcid.org/0009-0005-2800-4833",
    "email": "maximilian.inckmann@kit.edu"
  },
  "contributors": [
    {
      "name": "Maximilian Inckmann",
      "url": "https://orcid.org/0009-0005-2800-4833",
      "email": "maximilian.inckmann@kit.edu"
    },
    {
      "name": "Andreas Pfeil",
      "url": "https://orcid.org/0000-0001-6575-1022",
      "email": "andreas.pfeil@kit.edu"
    },
    {
      "name": "Thomas Jejkal",
      "url": "https://orcid.org/0000-0003-2804-688X",
      "email": "thomas.jejkal@kit.edu"
    },
    {
      "name": "Christopher Raquet",
      "url": "https://orcid.org/0009-0003-2196-9187",
      "email": "christopher.raquet@kit.edu"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/kit-data-manager/pid-component"
  },
  "bugs": {
    "url": "https://github.com/kit-data-manager/pid-component/issues"
  },
  "keywords": [
    "stencil",
    "webcomponent",
    "webcomponents",
    "pid",
    "datatyperegistry",
    "handle.net",
    "orcid",
    "identifier",
    "kit-data-manager",
    "typescript",
    "storybook",
    "tailwindcss",
    "fair",
    "fairdata",
    "fairdo",
    "fairdigitalobject"
  ],
  "exports": {
    ".": {
      "import": "./dist/stencil-library/stencil-library.esm.js",
      "require": "./dist/stencil-library/stencil-library.cjs.js"
    },
    "./dist/*": {
      "import": "./dist/*",
      "types": "./dist/*"
    },
    "./components/*": {
      "import": "./dist/components/*.js",
      "types": "./dist/components/*.d.ts"
    },
    "./loader": {
      "types": "./loader/index.d.ts",
      "import": "./loader/index.js",
      "require": "./loader/index.cjs"
    },
    "./hydrate": {
      "types": "./hydrate/index.d.ts",
      "import": "./hydrate/index.js",
      "require": "./hydrate/index.cjs.js"
    }
  },
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "esnext": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "files": [
    "dist/",
    "loader/",
    "hydrate/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "buildWatch": "stencil build --docs --watch",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "storybook": "storybook dev -p 6006 --no-open",
    "build-storybook": "storybook build",
    "storybook-docs": "storybook dev --docs",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,mdx}\"",
    "format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md,mdx}\""
  },
  "dependencies": {
    "@stencil/core": "^4.33.1",
    "@tempfix/idb": "^8.0.3"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "^4.0.0",
    "@eslint/js": "^9.28.0",
    "@playwright/test": "^1.53.0",
    "@stencil/react-output-target": "^1.0.4",
    "@storybook/addon-a11y": "^9.0.11",
    "@storybook/addon-docs": "^9.0.11",
    "@storybook/addon-links": "^9.0.11",
    "@storybook/web-components-vite": "^9.0.11",
    "@types/eslint-config-prettier": "^6.11.3",
    "@types/eslint__js": "^8.42.3",
    "@types/node": "^22.8.1",
    "@typescript-eslint/eslint-plugin": "^8.33.1",
    "@typescript-eslint/parser": "^8.34.0",
    "chromatic": "^12.2.0",
    "eslint": "^9.28.0",
    "eslint-config-prettier": "^10.1.5",
    "eslint-plugin-storybook": "^9.0.11",
    "globals": "^16.2.0",
    "lit": "^3.3.0",
    "prettier": "^3.5.3",
    "prettier-plugin-tailwindcss": "^0.6.12",
    "puppeteer": "^24.10.1",
    "stencil-tailwind-plugin": "^2.0.5",
    "storybook": "^9.0.11",
    "tailwindcss": "^4.1.10",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.34.0",
    "vite": "^6.3.5",
    "workbox-build": "^7.1.1"
  },
  "maintainers": [
    {
      "name": "Maximilian Inckmann",
      "url": "https://orcid.org/0009-0005-2800-4833",
      "email": "maximilian.inckmann@kit.edu"
    }
  ],
  "homepage": "https://kit-data-manager.github.io/pid-component",
  "overrides": {
    "storybook": "$storybook"
  },
  "gitHead": "9c69c23d278ac4502b942c6aaaa3b08cb8f74dff"
}
