UNPKG

@ooit/media-tools

Version:

Various media tools: smart archive and more.

51 lines (50 loc) 1.19 kB
{ "name": "@ooit/media-tools", "version": "1.0.5", "description": "Various media tools: smart archive and more.", "main": "dist/index.js", "scripts": { "test": "ts-mocha test/**/*.test.ts", "start": "ts-node src/cli.ts", "prepare": "npm run build", "build": "tsc" }, "keywords": [ "media", "tools", "store", "archive", "various", "organize" ], "author": "Toni A. Buenter", "license": "ISC", "devDependencies": { "@types/chai": "^4.3.5", "@types/command-line-args": "^5.2.0", "@types/fluent-ffmpeg": "^2.1.21", "@types/mocha": "^10.0.1", "@types/node": "^16.18.39", "chai": "^4.3.7", "mocha": "^10.2.0", "prettier": "^2.8.8", "ts-mocha": "^10.0.0", "ts-node": "^10.9.1", "typescript": "^5.1.3" }, "dependencies": { "@types/command-line-usage": "^5.0.2", "command-line-args": "^5.2.1", "command-line-usage": "^7.0.1", "exif-parser": "^0.1.12", "fluent-ffmpeg": "^2.1.2", "moment": "^2.29.4" }, "bin": { "mediatools-cli": "dist/src/cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/tonibuenter/media-tools.git" } }