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

37 lines
817 B
JSON
Raw Normal View History

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",
"clientScripts": [],
"css": [],
2021-06-16 13:27:05 +02:00
"devDependencies": {
"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"
],
"library": "./dist/main.js",
"files": [
"dist/",
"README.md"
],
2021-06-16 13:27:05 +02:00
"scripts": {
"buildAndDeploy": "npm run build && npm run deploy",
"deploy": "bash ./scripts/deploy.sh",
"build": "tsc"
2021-06-16 13:27:05 +02:00
},
"staticDirs": {},
2021-06-16 13:27:05 +02:00
"translations": {
},
"dependencies": {
"listener-rss-agregator": "0.0.2"
2021-06-16 13:27:05 +02:00
}
}