peertube-plugin-nctv-nvenc-.../package.json
Théo Le Calvar f4d7fe8bf9 upadte readme
2023-05-06 17:00:53 +02:00

31 lines
883 B
JSON

{
"name": "peertube-plugin-hardware-transcode-vaapi",
"version": "0.2.1",
"license": "MIT",
"description": "Plugin that adds transcode profiles which use vaapi for hardware acceleration",
"engine": {
"peertube": ">=5.1.0"
},
"keywords": [
"peertube",
"plugin"
],
"homepage": "https://git.kher.nl/tlc/peertube-plugin-hardware-transcode-vaapi",
"author": "gdsn",
"bugs": "https://git.kher.nl/tlc/peertube-plugin-hardware-transcode-vaapi",
"library": "./dist/main.js",
"staticDirs": {},
"css": [],
"clientScripts": [],
"translations": {},
"scripts": {
"clean": "rm -rf dist/*",
"build": "npx tsc --build src/tsconfig.json"
},
"devDependencies": {
"@peertube/peertube-types": "^5.1.0",
"@tsconfig/node16": "^1.0.3",
"typescript": "^5.0.4"
}
}