2021-03-30 17:25:24 +00:00
|
|
|
{
|
2024-03-08 00:46:57 +00:00
|
|
|
"name": "peertube-plugin-nctv-nvenc-transcode",
|
2024-04-14 20:32:30 +00:00
|
|
|
"version": "1.2.0",
|
2021-04-07 08:28:15 +00:00
|
|
|
"license": "MIT",
|
2023-06-30 07:47:52 +00:00
|
|
|
"description": "Plugin that adds transcode profiles which use NVIDIA NVENC 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
|
|
|
],
|
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",
|
2023-05-06 14:54:41 +00:00
|
|
|
"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": [],
|
2023-05-06 14:54:41 +00:00
|
|
|
"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"
|
2023-05-06 14:54:41 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@peertube/peertube-types": "^5.1.0",
|
|
|
|
"@tsconfig/node16": "^1.0.3",
|
2024-03-09 16:59:38 +00:00
|
|
|
"typescript": "^5.4.2"
|
2023-05-06 14:54:41 +00:00
|
|
|
}
|
2021-06-03 17:37:03 +00:00
|
|
|
}
|