UNPKG

puppeteer-lottie-cli

Version:

CLI for rendering Lottie animations via Puppeteer to image, GIF, or MP4.

46 lines (45 loc) 937 B
{ "name": "puppeteer-lottie-cli", "version": "1.0.9", "description": "CLI for rendering Lottie animations via Puppeteer to image, GIF, or MP4.", "main": "index.js", "repository": "transitive-bullshit/puppeteer-lottie-cli", "author": "Travis Fischer <travis@transitivebullsh.it>", "license": "MIT", "bin": { "puppeteer-lottie": "index.js" }, "scripts": { "docs": "update-markdown-usage", "test": "ava -v && standard" }, "engines": { "node": ">=8" }, "keywords": [ "puppeteer", "lottie", "lottie-web", "bodymovin", "after effects", "render", "animation", "png", "ffmpeg", "gifski", "gif", "mp4", "video", "cli" ], "devDependencies": { "ava": "^1.4.1", "execa": "^1.0.0", "standard": "^12.0.1", "update-markdown-usage": "^1.0.7" }, "dependencies": { "commander": "^4.1.1", "puppeteer-lottie": "^1.0.9" } }