{
  "name": "@trackunit/ui-icons",
  "version": "1.14.18",
  "repository": "https://github.com/Trackunit/manager",
  "license": "SEE LICENSE IN LICENSE.txt",
  "engines": {
    "node": ">=24.x"
  },
  "dependencies": {
    "prettier": "^3.4.2",
    "jsdom": "^26.1.0",
    "svgo": "^4.0.1",
    "string-ts": "^2.0.0",
    "glob": "^13.0.0"
  },
  "migrations": "./migrations.json",
  "module": "./index.esm.js",
  "main": "./index.cjs.js",
  "types": "./index.d.ts"
}