{
  "name": "@swisspost/design-system-styles-primeng",
  "version": "10.1.0",
  "description": "The Swiss Post styles for PrimeNG datatable",
  "author": "Swiss Post <design-system@post.ch>",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/swisspost/design-system.git"
  },
  "homepage": "https://design-system.post.ch",
  "bugs": {
    "url": "https://github.com/swisspost/design-system/issues"
  },
  "files": [
    "dist",
    "package.json",
    "LICENSE",
    "README.md"
  ],
  "publishConfig": {
    "access": "public",
    "linkDirectory": true
  },
  "private": false,
  "peerDependencies": {
    "primeng": "^21.0.0"
  },
  "dependencies": {
    "@primeuix/themes": "2.0.3",
    "@swisspost/design-system-styles": "10.1.0",
    "tslib": "2.8.1"
  },
  "devDependencies": {
    "typescript": "5.9.3"
  },
  "keywords": [
    "design-system",
    "primeng",
    "datatable",
    "angular",
    "ui",
    "frontend"
  ],
  "scripts": {
    "build": "npx tsc"
  }
}