{
    "name": "@teamhive/lottie-player",
    "version": "1.0.0",
    "description": "Lottie animation web component.",
    "main": "dist/index.js",
    "module": "dist/index.mjs",
    "es2015": "dist/esm/index.mjs",
    "es2017": "dist/esm/index.mjs",
    "types": "dist/types/index.d.ts",
    "collection": "dist/collection/collection-manifest.json",
    "collection:main": "dist/collection/index.js",
    "unpkg": "dist/lottie-player/lottie-player.js",
    "author": "Jawish Hameed <jawish@lottiefiles.com>",
    "contributors": [
        "Sean Perkins <sean@meetmaestro.com>"
    ],
    "files": [
        "dist/",
        "loader/"
    ],
    "scripts": {
        "build": "stencil build --docs",
        "start": "stencil build --dev --watch --serve",
        "test": "stencil test --spec --e2e",
        "test.watch": "stencil test --spec --e2e --watchAll",
        "generate": "stencil generate"
    },
    "devDependencies": {
        "@stencil/core": "^1.3.3"
    },
    "keywords": [
        "lottie",
        "animation",
        "lottiefiles",
        "web component",
        "component",
        "lit-element",
        "player",
        "telegram sticker",
        "tgs"
    ],
    "browserslist": [
        "> 3%"
    ],
    "license": "MIT",
    "dependencies": {
        "lottie-web": "^5.5.9"
    }
}
