mirror of
https://github.com/zvx-echo6/recon.git
synced 2026-05-20 06:34:40 +02:00
PeerTube v8.0.2 requires a "bugs" field in package.json and an unregister() export in main.js. Add both to pass plugin validation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
21 lines
513 B
JSON
21 lines
513 B
JSON
{
|
|
"name": "peertube-plugin-recon-domains",
|
|
"version": "1.0.0",
|
|
"description": "Registers 18 RECON knowledge domains as PeerTube video categories (IDs 100-117)",
|
|
"engine": {
|
|
"peertube": ">=6.0.0"
|
|
},
|
|
"keywords": [
|
|
"peertube",
|
|
"plugin"
|
|
],
|
|
"homepage": "https://forge.echo6.co/matt/recon",
|
|
"author": "Echo6",
|
|
"license": "MIT",
|
|
"library": "./main.js",
|
|
"staticDirs": {},
|
|
"css": [],
|
|
"clientScripts": [],
|
|
"translations": {},
|
|
"bugs": "https://forge.echo6.co/matt/recon/issues"
|
|
}
|