handbrake-ts
Version:
Handbrake with TypeScript and support for electron
22 lines (21 loc) • 479 B
JSON
{
"name": "handbrake-ts",
"version": "0.2.8",
"description": "Handbrake with TypeScript and support for electron",
"main": "./index.js",
"scripts": {},
"keywords": [
"handbrake",
"typescript",
"electron"
],
"author": "Paweł Jastrzębski",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.1",
"object-to-spawn-args": "^2.0.0",
"rxjs": "^6.5.4",
"sudo-prompt": "^9.2.1",
"unzipper": "^0.10.11"
}
}