{
  "name": "@swisspost/design-system-icons",
  "version": "10.5.0",
  "description": "A collection of Swiss Post icons intended for use with the Design System.",
  "author": "Swiss Post <design-system@post.ch>",
  "license": "Apache-2.0",
  "private": false,
  "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"
  },
  "publishConfig": {
    "access": "public",
    "linkDirectory": true
  },
  "files": [
    "public",
    "dist"
  ],
  "devDependencies": {
    "@eslint/js": "9.18.0",
    "@tsconfig/node24": "24.0.4",
    "@types/jest": "30.0.0",
    "@types/mock-fs": "4.13.4",
    "@types/node": "24.0.0",
    "@types/node-fetch": "2.6.13",
    "@typescript-eslint/eslint-plugin": "7.18.0",
    "@typescript-eslint/parser": "7.18.0",
    "dotenv": "17.2.3",
    "eslint": "9.26.0",
    "eslint-plugin-jest": "29.15.4",
    "globals": "17.3.0",
    "http-server": "14.1.1",
    "https-proxy-agent": "7.0.6",
    "jest": "30.3.0",
    "mock-fs": "5.5.0",
    "node-fetch": "2.7.0",
    "node-html-parser": "7.0.2",
    "nodemon": "3.1.14",
    "prettier": "3.6.2",
    "rimraf": "6.1.3",
    "svgo": "4.0.2",
    "ts-jest": "29.4.9",
    "ts-node": "10.9.2",
    "typescript": "6.0.3",
    "typescript-eslint": "8.62.0"
  },
  "keywords": [
    "icons",
    "design-system",
    "ui",
    "frontend",
    "css"
  ],
  "scripts": {
    "play": "pnpm build && http-server ./public -o -a localhost -p 9330",
    "start": "nodemon",
    "build": "pnpm clean && ts-node src/build.ts",
    "clean": "rimraf public/post-icons public/report.json dist",
    "unit": "jest",
    "unit:watch": "jest --watch",
    "unit:updatesnapshots": "jest -u",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "fetchSVGs": "ts-node src/fetch.ts"
  }
}