peertube-plugin-auto-import.../package.json

41 lines
1021 B
JSON
Raw Permalink Normal View History

2021-06-16 13:27:05 +02:00
{
2021-07-09 14:26:23 +02:00
"name": "peertube-plugin-auto-import-ytb",
2021-07-30 13:11:11 +02:00
"description": "Peertube plugin to auto import videos from a youtube channel to a local peertube channel",
"version": "0.0.2",
2021-07-09 14:26:23 +02:00
"author": "AmauryJOLY",
2021-07-30 13:11:11 +02:00
"bugs": "https://zeteo.me/gitea/Outils-PeerTube/peertube-plugin-auto-import-ytb/issues",
2021-07-09 14:26:23 +02:00
"clientScripts": [],
"css": [],
"devDependencies": {
"ts-node": "^10.0.0",
"typescript": "^4.3.4"
},
"engine": {
"peertube": ">=3.2.0"
},
2021-07-30 13:11:11 +02:00
"homepage": "https://zeteo.me/gitea/Outils-PeerTube/peertube-plugin-auto-import-ytb",
2021-07-09 14:26:23 +02:00
"keywords": [
"peertube",
"plugin"
],
"library": "./dist/src/main.js",
"files": [
"dist/",
"README.md"
],
"scripts": {
2021-07-12 17:02:39 +02:00
"predeploy": "npm run build",
2021-07-09 14:26:23 +02:00
"deploy": "bash ./scripts/deploy.sh",
"build": "tsc"
},
"staticDirs": {},
"translations": {},
"dependencies": {
"@types/node-fetch": "^2.5.11",
"form-data": "^4.0.0",
"listener-rss-aggregator": "^0.0.5",
"listener-rss": "^0.0.3",
2021-07-09 14:26:23 +02:00
"node-fetch": "^2.6.1"
}
2021-06-16 13:27:05 +02:00
}