UNPKG

devtools-timeline-images

Version:

Simple utility to transform exported Chrome devtools timeline json to images.

34 lines (33 loc) 850 B
{ "name": "devtools-timeline-images", "version": "2.1.0", "description": "Simple utility to transform exported Chrome devtools timeline json to images. ", "main": "lib/index.js", "files": [ "/lib" ], "repository": "git@github.com:ilicmarko/devtools-timeline-images.git", "author": "Marko Ilic <ilic.marko.05@live.com>", "license": "MIT", "keywords": [ "Chrome", "Devtools", "Timeline", "Extract", "Images" ], "homepage": "https://github.com/ilicmarko/devtools-timeline-images#readme", "bin": { "devtools-timeline-images": "lib/index.js", "dte": "lib/index.js" }, "dependencies": { "@ffmpeg-installer/ffmpeg": "^1.0.18", "chalk": "^2.4.2", "fluent-ffmpeg": "^2.1.2", "fs-extra": "^8.0.0", "inquirer": "^6.3.1", "tmp-promise": "^2.0.1", "yargs": "^13.2.2" } }