2021-03-30 17:25:24 +00:00
|
|
|
{
|
|
|
|
"name": "peertube-plugin-hardware-transcode-vaapi",
|
2023-05-06 14:54:41 +00:00
|
|
|
"version": "0.2.0",
|
2021-04-07 08:28:15 +00:00
|
|
|
"license": "MIT",
|
2021-04-07 12:51:58 +00:00
|
|
|
"description": "Plugin that adds transcode profiles which use vaapi for hardware acceleration",
|
2021-03-30 17:25:24 +00:00
|
|
|
"engine": {
|
2023-05-06 14:54:41 +00:00
|
|
|
"peertube": ">=5.1.0"
|
2021-03-30 17:25:24 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2021-06-03 17:37:03 +00:00
|
|
|
"peertube",
|
|
|
|
"plugin"
|
2021-03-30 17:25:24 +00:00
|
|
|
],
|
|
|
|
"homepage": "https://git.kher.nl/tlc/peertube-plugin-hardware-transcode-vaapi",
|
|
|
|
"author": "gdsn",
|
|
|
|
"bugs": "https://git.kher.nl/tlc/peertube-plugin-hardware-transcode-vaapi",
|
2023-05-06 14:54:41 +00:00
|
|
|
"library": "./dist/main.js",
|
2021-03-30 17:25:24 +00:00
|
|
|
"staticDirs": {},
|
|
|
|
"css": [],
|
|
|
|
"clientScripts": [],
|
2023-05-06 14:54:41 +00:00
|
|
|
"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"
|
|
|
|
}
|
2021-06-03 17:37:03 +00:00
|
|
|
}
|