UNPKG

add-music-to-video

Version:

Add background music to my videos very easily

55 lines 1.28 kB
{ "name": "add-music-to-video", "version": "1.1.1", "description": "Add background music to my videos very easily", "bin": "dist/index.js", "main": "dist/index.js", "typings": "dist", "engines": { "node": ">=16.0.0" }, "files": [ "dist" ], "keywords": [ "music", "video", "random", "wolfram tones", "ffmpeg" ], "author": "mykeels", "license": "MIT", "repository": { "url": "https://github.com/mykeels/add-music-to-video" }, "dependencies": { "axios": "^0.27.2", "cac": "^6.7.14", "chokidar": "^4.0.3", "cli-file-select": "^0.0.2", "fast-glob": "^3.2.11", "ffmpeg": "github:damianociarla/node-ffmpeg", "ffmpeg-static": "^5.0.0", "get-random-music": "^1.0.4", "prompts": "^2.4.2", "shell-context-menu": "^1.0.2", "ytdl-core": "^4.11.2" }, "devDependencies": { "@types/command-line-args": "^5.2.0", "@types/command-line-usage": "^5.0.2", "@types/ffmpeg": "^1.0.4", "@types/node": "^18.14.2", "@types/prompts": "^2.4.2", "tsup": "^6.6.3", "typescript": "^4.9.5" }, "scripts": { "build": "tsup src/*.ts", "watch": "tsup src/*.ts --watch", "postbuild": "npx -y cpx src/run.cmd dist", "ts": "tsc", "ts:watch": "tsc -w" } }