2021-06-16 13:27:05 +02:00
|
|
|
{
|
|
|
|
"name": "peertube-plugin-auto-import-ytb",
|
|
|
|
"description": "PeerTube plugin quickstart",
|
|
|
|
"version": "0.0.2",
|
|
|
|
"author": "AmauryJOLY",
|
|
|
|
"bugs": "https://framagit.org/framasoft/peertube/peertube-plugin-quickstart/issues",
|
2021-06-26 14:47:35 +02:00
|
|
|
"clientScripts": [],
|
|
|
|
"css": [],
|
2021-06-16 13:27:05 +02:00
|
|
|
"devDependencies": {
|
2021-06-26 14:47:35 +02:00
|
|
|
"tsc": "^2.0.3"
|
2021-06-16 13:27:05 +02:00
|
|
|
},
|
|
|
|
"engine": {
|
|
|
|
"peertube": ">=1.3.0"
|
|
|
|
},
|
|
|
|
"homepage": "https://framagit.org/framasoft/peertube/peertube-plugin-quickstart",
|
|
|
|
"keywords": [
|
|
|
|
"peertube",
|
|
|
|
"plugin"
|
|
|
|
],
|
2021-06-26 14:47:35 +02:00
|
|
|
"library": "./dist/main.js",
|
|
|
|
"files": [
|
|
|
|
"dist/",
|
|
|
|
"README.md"
|
|
|
|
],
|
2021-06-16 13:27:05 +02:00
|
|
|
"scripts": {
|
2021-06-26 14:47:35 +02:00
|
|
|
"prepublish": "tsc"
|
2021-06-16 13:27:05 +02:00
|
|
|
},
|
2021-06-26 14:47:35 +02:00
|
|
|
"staticDirs": {},
|
2021-06-16 13:27:05 +02:00
|
|
|
"translations": {
|
|
|
|
"fr-FR": "./languages/fr.json"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-06-26 14:47:35 +02:00
|
|
|
"listener-rss-agregator": "0.0.2"
|
2021-06-16 13:27:05 +02:00
|
|
|
}
|
|
|
|
}
|