peertube-plugin-livechat/package.json

41 lines
895 B
JSON

{
"name": "peertube-plugin-livechat",
"description": "PeerTube plugin livechat",
"version": "0.0.1",
"author": "John Livingston",
"bugs": "https://github.com/JohnXLivingston/peertube-plugin-livechat/issues",
"clientScripts": [
{
"script": "dist/videowatch-client-plugin.js",
"scopes": [
"video-watch"
]
}
],
"css": [
"assets/style.css"
],
"devDependencies": {
"@purtuga/esm-webpack-plugin": "^1.1.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"engine": {
"peertube": ">=3.0.1"
},
"homepage": "https://github.com/JohnXLivingston/peertube-plugin-livechat",
"keywords": [
"peertube",
"plugin"
],
"library": "./main.js",
"scripts": {
"prepare": "npm run build",
"build": "webpack --mode=production"
},
"staticDirs": {},
"translations": {
"fr-FR": "./languages/fr.json"
}
}