{
  "name": "@loadsmart/miranda-icons",
  "version": "3.32.0",
  "description": "Icons for the miranda design system",
  "author": "Loadsmart",
  "license": "MIT",
  "main": "dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "files": [
    "dist/*"
  ],
  "scripts": {
    "build": "rollup --config rollup.config.ts --configPlugin typescript --environment NODE_ENV:production",
    "typecheck": "tsc --noEmit",
    "release": "semantic-release"
  },
  "dependencies": {
    "@loadsmart/miranda-tokens": "4.32.0",
    "lit": "^3.1.3"
  },
  "devDependencies": {
    "@rollup/plugin-dynamic-import-vars": "^2.1.5",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-replace": "^6.0.3",
    "@rollup/plugin-typescript": "^12.3.0",
    "rollup": "^4.55.1",
    "rollup-plugin-delete": "^3.0.2",
    "ts-lit-plugin": "^2.0.1",
    "typescript": "~5.9.3"
  },
  "homepage": "https://github.com/loadsmart/miranda-wc#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/loadsmart/miranda-wc.git"
  },
  "bugs": {
    "url": "https://github.com/loadsmart/miranda-wc/issues"
  },
  "publishConfig": {
    "access": "public"
  }
}