UNPKG

mlt-archiver

Version:

A tool to archive/unarchive mlt files and their dependencies

26 lines (25 loc) 480 B
{ "name": "mlt-archiver", "version": "0.0.3", "description": "A tool to archive/unarchive mlt files and their dependencies", "main": "index.js", "bin": { "mlt-archiver": "index.js" }, "engines": { "node": ">=10.0.0" }, "scripts": { "test": "echo 'No tests'" }, "keywords": [ "mlt", "shotcut" ], "author": "Adriano Valente <me@dri.cool>", "license": "MIT", "dependencies": { "lodash": "^4.17.21", "xml-js": "^1.6.11" } }