peertube-plugin-nctv-nvenc-.../package.json

36 lines
1.0 KiB
JSON
Raw Normal View History

2021-03-30 17:25:24 +00:00
{
2024-03-08 00:46:57 +00:00
"name": "peertube-plugin-nctv-nvenc-transcode",
2024-04-16 00:03:07 +00:00
"version": "1.2.2",
"license": "MIT",
2024-04-16 00:03:07 +00:00
"description": "Plugin that adds transcode profiles which use h264_nvenc and hevc_nvenc for hardware acceleration.",
2021-03-30 17:25:24 +00:00
"engine": {
"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
],
2024-03-08 00:46:57 +00:00
"homepage": "https://gitea.nicecrew.digital/matty/peertube-plugin-nctv-nvenc-transcode",
2024-04-14 18:53:50 +00:00
"author": "matty",
2024-03-08 00:46:57 +00:00
"bugs": "https://gitea.nicecrew.digital/matty/peertube-plugin-nctv-nvenc-transcode/issues",
"library": "./dist/main.js",
2023-05-08 09:20:30 +00:00
"files": [
"/dist"
],
2021-03-30 17:25:24 +00:00
"staticDirs": {},
"css": [],
"clientScripts": [],
"translations": {},
"scripts": {
"clean": "rm -rf dist/*",
2023-05-08 09:20:30 +00:00
"prepare": "npm run build",
2023-05-13 10:49:14 +00:00
"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",
2024-03-09 16:59:38 +00:00
"typescript": "^5.4.2"
}
2021-06-03 17:37:03 +00:00
}