UNPKG

pupcaps

Version:

PupCaps! : A script to add stylish captions to your videos.

72 lines (71 loc) 1.91 kB
{ "name": "pupcaps", "version": "1.0.0-alpha2", "description": "PupCaps! : A script to add stylish captions to your videos.", "author": "Alexei KLENIN <alexei.klenin@gmail.com> (https://github.com/hosuaby)", "license": "Apache-2.0", "main": "dist/script/index.js", "bin": { "pupcaps": "./pupcaps" }, "repository": { "type": "git", "url": "git+https://github.com/hosuaby/PupCaps.git" }, "bugs": { "url": "https://github.com/hosuaby/PupCaps/issues" }, "homepage": "https://github.com/hosuaby/PupCaps#readme", "keywords": [ "subtitles", "captions", "caps", "video" ], "dependencies": { "@fortawesome/fontawesome-free": "^6.7.1", "bulma": "^1.0.2", "cli-progress": "^3.12.0", "commander": "^12.1.0", "file-saver": "^2.0.5", "fluent-ffmpeg": "^2.1.3", "get-port": "^7.1.0", "http-server": "^14.1.1", "open": "^10.1.0", "pngjs": "^7.0.0", "puppeteer": "^23.9.0", "tmp": "^0.2.3", "vue": "^3.5.13" }, "optionalDependencies": { "@ffmpeg-installer/ffmpeg": "^1.1.0" }, "devDependencies": { "@commander-js/extra-typings": "^12.1.0", "@rollup/plugin-commonjs": "^28.0.1", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.3.0", "@types/chai": "^5.0.1", "@types/cli-progress": "^3.11.6", "@types/file-saver": "^2.0.7", "@types/fluent-ffmpeg": "^2.1.27", "@types/http-server": "^0.12.4", "@types/mocha": "^10.0.10", "@types/node": "^22.9.1", "@types/pngjs": "^6.0.5", "@types/tmp": "^0.2.6", "browser-env": "^3.3.0", "chai": "^5.1.2", "mocha": "^10.8.2", "rollup": "^4.27.3", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-typescript2": "^0.36.0", "rollup-plugin-vue": "^6.0.0", "tsx": "^4.19.2", "typescript": "^5.7.2" }, "scripts": { "build": "rollup -c", "test": "mocha" } }