36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "peertube-plugin-nctv-nvenc-transcode",
|
|
"version": "1.2.2",
|
|
"license": "MIT",
|
|
"description": "Plugin that adds transcode profiles which use h264_nvenc and hevc_nvenc for hardware acceleration.",
|
|
"engine": {
|
|
"peertube": ">=5.1.0"
|
|
},
|
|
"keywords": [
|
|
"peertube",
|
|
"plugin"
|
|
],
|
|
"homepage": "https://gitea.nicecrew.digital/matty/peertube-plugin-nctv-nvenc-transcode",
|
|
"author": "matty",
|
|
"bugs": "https://gitea.nicecrew.digital/matty/peertube-plugin-nctv-nvenc-transcode/issues",
|
|
"library": "./dist/main.js",
|
|
"files": [
|
|
"/dist"
|
|
],
|
|
"staticDirs": {},
|
|
"css": [],
|
|
"clientScripts": [],
|
|
"translations": {},
|
|
"scripts": {
|
|
"clean": "rm -rf dist/*",
|
|
"prepare": "npm run build",
|
|
"build": "npx tsc --build src/tsconfig.json",
|
|
"watch": "npx tsc --build src/tsconfig.json --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@peertube/peertube-types": "^5.1.0",
|
|
"@tsconfig/node16": "^1.0.3",
|
|
"typescript": "^5.4.2"
|
|
}
|
|
}
|