rlottie-wasm-vue-player
Version:
A Vue 3 component for the rlottie-wasm animation player
43 lines (42 loc) • 946 B
JSON
{
"name": "rlottie-wasm-vue-player",
"version": "1.0.4",
"description": "A Vue 3 component for the rlottie-wasm animation player",
"author": "Tripasect",
"license": "MIT",
"main": "dist/rlottie-vue-player.umd.js",
"module": "dist/rlottie-vue-player.es.js",
"exports": {
".": {
"import": "./dist/rlottie-vue-player.es.js",
"require": "./dist/rlottie-vue-player.umd.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"vite": "^6.2.4"
},
"keywords": [
"vue",
"lottie",
"animation",
"rlottie",
"wasm",
"webassembly"
],
"repository": {
"type": "git",
"url": "https://github.com/tripasect/rlottie-wasm-vue-player"
},
"homepage": "https://github.com/tripasect/rlottie-wasm-vue-player"
}