UNPKG

lottie-color-manager

Version:

A library for managing colors in Lottie animations

42 lines 931 B
{ "name": "lottie-color-manager", "version": "1.0.0", "description": "A library for managing colors in Lottie animations", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "watch": "tsc --watch", "prepublishOnly": "npm run build", "test": "echo \"No tests specified\" && exit 0" }, "repository": { "type": "git", "url": "https://github.com/v6k9/lottie-color-manager.git" }, "homepage": "https://github.com/v6k9/lottie-color-manager#readme", "bugs": { "url": "https://github.com/v6k9/lottie-color-manager/issues" }, "keywords": [ "lottie", "animation", "color", "theme", "typescript", "aftereffects" ], "author": "Valerii Kovalenko", "license": "MIT", "dependencies": { "tslib": "^2.5.0" }, "devDependencies": { "typescript": "^4.9.5" } }