{
  "name": "@oslokommune/punkt-elements",
  "version": "17.0.0",
  "description": "Komponentbiblioteket til Punkt, et designsystem laget av Oslo Origo",
  "homepage": "https://punkt.oslo.kommune.no",
  "author": "Team Designsystem, Oslo Origo",
  "main": "dist/pkt-index.js",
  "module": "dist/pkt-index.js",
  "files": [
    "/dist",
    "src/components/**/*",
    "CHANGELOG.md",
    "CONTRIBUTING.md"
  ],
  "type": "module",
  "types": "dist/index.d.ts",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build && node scripts/bundle-shared-types.js",
    "build-app": "tsc && vite build --config vite.config-app.ts",
    "preview": "vite preview --outDir dist-app",
    "test": "vitest",
    "test:run": "vitest run",
    "test:ui": "vitest --ui",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "@lit-labs/router": "^0.1.4",
    "@lit/context": "^1.1.6",
    "@types/node": "^25.9.3",
    "dialog-polyfill": "^0.5.6",
    "lit": "^3.3.3",
    "urlpattern-polyfill": "^10.1.0",
    "whatwg-fetch": "^3.6.20"
  },
  "devDependencies": {
    "@babel/plugin-transform-class-properties": "^7.28.3",
    "@babel/plugin-transform-private-methods": "^7.28.3",
    "@babel/plugin-transform-private-property-in-object": "^7.27.1",
    "@babel/preset-env": "^7.28.3",
    "@babel/preset-typescript": "^7.28.3",
    "@oslokommune/punkt-assets": "^17.0.0",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@types/jest-axe": "^3.5.9",
    "@typescript-eslint/eslint-plugin": "^8.61.1",
    "@typescript-eslint/parser": "^8.61.1",
    "@vitest/ui": "^4.1.9",
    "eslint": "^10.5.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-lit": "^2.3.1",
    "jest-axe": "^10.0.0",
    "jsdom": "^29.1.1",
    "sass": "^1.101.0",
    "typescript": "^6.0.3",
    "vite": "^8.0.16",
    "vite-plugin-dts": "^5.0.2",
    "vite-plugin-web-components-hmr": "^0.1.3",
    "vitest": "^4.1.9"
  },
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "punkt",
    "designsystem",
    "webcomponents",
    "customelements",
    "lit"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oslokommune/punkt.git"
  },
  "bugs": {
    "url": "https://github.com/oslokommune/punkt/issues"
  },
  "license": "MIT",
  "gitHead": "16ef60f40da1a44e59bb72380712e4636768e2c5"
}
