{
    "name": "@lordicon/web",
    "version": "1.2.1",
    "description": "A lightweight and flexible player for seamlessly embedding, controlling, and customizing animated Lordicon icons in any web application.",
    "repository": "https://github.com/lordicondev/player-web",
    "homepage": "https://lordicon.com/",
    "keywords": [
        "lordicon",
        "lottie",
        "icon",
        "animation"
    ],
    "author": "Lordicon <dev@lordicon.com>",
    "license": "MIT",
    "private": false,
    "sideEffects": false,
    "type": "module",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "start": "vite --config vite-examples.config.ts",
        "build": "vite build",
        "prepack": "npm run build"
    },
    "devDependencies": {
        "@lordicon/internal": "^0.5.0",
        "vite": "^8.0.16",
        "vite-plugin-dts": "^5.0.2",
        "concurrently": "^10.0.3",
        "eslint-config-prettier": "^10.1.8",
        "eslint": "^10.5.0",
        "prettier": "^3.8.4",
        "typescript": "^6.0.3",
        "@typescript-eslint/eslint-plugin": "^8.61.1",
        "@typescript-eslint/parser": "^8.61.1",
        "@types/node": "^22.13.13"
    }
}