UNPKG

@furystack/shades-lottie

Version:

Lottie animation player wrapper for FuryStack Shades

51 lines 1.06 kB
{ "name": "@furystack/shades-lottie", "version": "9.0.3", "description": "Lottie animation player wrapper for FuryStack Shades", "type": "module", "scripts": { "build": "tsc --outDir ./esm" }, "exports": { ".": { "types": "./esm/index.d.ts", "import": "./esm/index.js" } }, "files": [ "esm", "src" ], "repository": { "type": "git", "url": "https://github.com/furystack/furystack.git" }, "keywords": [ "FuryStack", "Shades", "Animation", "Lottie", "LottieFiles" ], "publishConfig": { "access": "public" }, "author": "Gallay Lajos <gallay.lajos@gmail.com>", "license": "GPL-2.0", "bugs": { "url": "https://github.com/furystack/furystack/issues" }, "homepage": "https://github.com/furystack/furystack", "devDependencies": { "typescript": "^6.0.2", "vitest": "^4.1.1" }, "dependencies": { "@furystack/shades": "^13.1.2", "@lottiefiles/lottie-player": "^2.0.12" }, "engines": { "node": ">=22.0.0" }, "sideEffects": false }