@lordicon/helpers
Version:
Helper functions for working with Lottie files.
28 lines (27 loc) • 679 B
JSON
{
"name": "@lordicon/helpers",
"version": "1.11.0",
"description": "Helper functions for working with Lottie files.",
"repository": "https://github.com/lordicondev/lordicon",
"homepage": "https://lordicon.com/",
"keywords": [
"lottie",
"lordicon"
],
"author": "Marcin Baszczewski <marcin@baszczewski.pl>",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rollup --bundleConfigAsCjs --config rollup.config.js",
"clean": "rm -rf dist"
},
"gitHead": "794a7d542d7e08c5e4773bc4e0065f5a563ea40d"
}