{
  "name": "@lordicon/element",
  "version": "1.11.0",
  "description": "This package offers developers a convenient method for embedding, controlling, and customizing animated icons from Lordicon within web projects.",
  "repository": "https://github.com/lordicondev/lordicon",
  "homepage": "https://lordicon.com/",
  "keywords": [
    "lordicon",
    "lottie",
    "icon",
    "animation"
  ],
  "author": "Marcin Baszczewski <marcin@baszczewski.pl>",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "release"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rollup --bundleConfigAsCjs --config rollup.config.js",
    "clean": "rm -rf dist && rm -rf release"
  },
  "dependencies": {
    "@lordicon/helpers": "^1.11.0"
  },
  "devDependencies": {
    "base-64": "^1.0.0",
    "lottie-web": "^5.12.2",
    "resemblejs": "^4.1.0"
  },
  "gitHead": "794a7d542d7e08c5e4773bc4e0065f5a563ea40d"
}
