{
  "name": "@nordhealth/icons",
  "version": "3.18.0",
  "description": "This package includes Nord Design System Nordicons",
  "author": "Nordhealth <support@nordhealth.design>",
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://github.com/nordhealth/design-system#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nordhealth/design-system.git"
  },
  "bugs": {
    "url": "https://github.com/nordhealth/design-system/issues"
  },
  "main": "lib/nordicons.js",
  "types": "lib/nordicons.d.ts",
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "pnpm build",
    "build": "pnpm lint && node ./scripts/build.js",
    "test": "jest",
    "lint": "run-s lint:json lint:svg",
    "lint:json": "ajv validate -s nordicons-schema.json -d ./src/_data/nordicons.json --errors=text",
    "lint:svg": "svglint ./src/assets/*.svg --ci",
    "tags": "node ./scripts/tag-icons.js",
    "prepush": "pnpm lint"
  },
  "jest": {
    "setupFilesAfterEnv": [
      "<rootDir>/config/jestSetup.js"
    ]
  },
  "devDependencies": {
    "ajv-cli": "^5.0.0",
    "chalk": "^5.6.2",
    "fs-extra": "^11.3.3",
    "inquirer": "^13.2.5",
    "jest": "^30.2.0",
    "jest-image-snapshot": "^6.5.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.8.1",
    "sharp": "^0.34.5",
    "svglint": "^4.2.0"
  },
  "gitHead": "eefb19bdefc6f93ec757c4250aac41e284cdd57a"
}
