2021-06-16 13:27:05 +02:00
|
|
|
{
|
2021-07-09 14:26:23 +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",
|
|
|
|
"clientScripts": [],
|
|
|
|
"css": [],
|
|
|
|
"devDependencies": {
|
|
|
|
"ts-node": "^10.0.0",
|
|
|
|
"typescript": "^4.3.4"
|
|
|
|
},
|
|
|
|
"engine": {
|
|
|
|
"peertube": ">=3.2.0"
|
|
|
|
},
|
|
|
|
"homepage": "https://framagit.org/framasoft/peertube/peertube-plugin-quickstart",
|
|
|
|
"keywords": [
|
|
|
|
"peertube",
|
|
|
|
"plugin"
|
|
|
|
],
|
|
|
|
"library": "./dist/src/main.js",
|
|
|
|
"files": [
|
|
|
|
"dist/",
|
|
|
|
"README.md"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"buildAndDeploy": "npm run build && npm run deploy",
|
|
|
|
"deploy": "bash ./scripts/deploy.sh",
|
|
|
|
"build": "tsc"
|
|
|
|
},
|
|
|
|
"staticDirs": {},
|
|
|
|
"translations": {},
|
|
|
|
"dependencies": {
|
|
|
|
"@types/node-fetch": "^2.5.11",
|
|
|
|
"form-data": "^4.0.0",
|
|
|
|
"listener-rss-agregator": "file:/tmp/tmp.lX4jI4rkxi/listener-rss-agregator",
|
|
|
|
"node-fetch": "^2.6.1"
|
|
|
|
}
|
2021-06-16 13:27:05 +02:00
|
|
|
}
|