40 lines
921 B
JSON
40 lines
921 B
JSON
{
|
|
"name": "peertube-plugin-auto-import-ytb",
|
|
"description": "PeerTube plugin quickstart",
|
|
"version": "0.0.1",
|
|
"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": {
|
|
"predeploy": "npm run build",
|
|
"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.4",
|
|
"node-fetch": "^2.6.1"
|
|
}
|
|
}
|