@lottiefiles/dotlottie-wc
Version:
Web component wrapper around the dotlottie-web library
67 lines • 1.68 kB
JSON
{
"name": "@lottiefiles/dotlottie-wc",
"version": "0.9.16",
"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",
"engines": {
"node": ">=18.17.0",
"npm": ">=9.5.0"
},
"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.74.0"
},
"devDependencies": {
"@vitest/browser": "^4.0.18",
"@vitest/browser-playwright": "^4.0.18",
"@vitest/coverage-istanbul": "^4.0.18",
"tsdown": "^0.20.3",
"typescript": "6.0.3",
"vitest": "^4.0.18"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"lint": "biome check --write .",
"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"
}
}