UNPKG

@lottiefiles/dotlottie-wc

Version:

Web component wrapper around the dotlottie-web library

65 lines 1.68 kB
{ "name": "@lottiefiles/dotlottie-wc", "version": "0.6.1", "type": "module", "description": "Web component wrapper around the dotlottie-web library", "repository": { "type": "git", "url": "git+https://github.com/LottieFiles/dotlottie-web.git", "directory": "packages/wc" }, "homepage": "https://github.com/LottieFiles/dotlottie-web#readme", "bugs": "https://github.com/LottieFiles/dotlottie-web/issues", "author": "LottieFiles", "contributors": [ "Abdelrahman Ashraf <a.theashraf@gmail.com>" ], "license": "MIT", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "dotlottie", "lottie", "player", "animation", "web", "canvas", "javascript", "lottiefiles", "dotlottie-web", "thorvg", "web-component" ], "dependencies": { "lit": "^3.2.1", "@lottiefiles/dotlottie-web": "0.46.0" }, "devDependencies": { "@vitest/browser": "2.1.0-beta.5", "@vitest/coverage-istanbul": "2.1.0-beta.5", "cross-env": "7.0.3", "playwright": "^1.52.0", "tsup": "^8.3.5", "typescript": "5.0.4", "vitest": "2.1.0-beta.5" }, "publishConfig": { "access": "public", "provenance": true }, "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint --fix .", "stats:eslint": "cross-env TIMING=1 eslint .", "stats:ts": "tsc -p tsconfig.build.json --extendedDiagnostics", "test": "vitest run --browser.headless", "test:coverage": "vitest run --browser.headless --coverage", "test:watch": "vitest --watch", "type-check": "tsc --noEmit" } }