{
  "name": "@assecosolutions/fox-icon",
  "version": "1.13.0",
  "public": true,
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com:assecosolutions/fox.git",
    "directory": "@assecosolutions/fox-icon"
  },
  "author": "assecosolutions",
  "license": "MIT",
  "dependencies": {},
  "module": "./index.esm.js",
  "type": "module",
  "main": "./index.esm.js",
  "peerDependencies": {
    "lit": "^2.0.0"
  }
}