[package-cleanup] package.json cleanup and manifest cleanup (#11)

This commit is contained in:
Guilherme Pereira Leme
2025-04-24 15:58:26 -03:00
committed by GitHub
parent ea66973e93
commit 644eb54665
3 changed files with 114 additions and 423 deletions

View File

@@ -1,29 +1,6 @@
{
"requiredSdkVersion": "~0.0.59",
"requiredSdkVersion": "~0.0.73",
"name": "<plugin-name>",
"javascriptEntrypointUrl": "<plugin-name>.js",
"localesBaseUrl": "https://cdn.dominio.com/pluginabc/",
"eventPersistence": {
"isEnabled": true,
"maximumPayloadSizeInBytes": 1024,
"rateLimiting": {
"messagesAllowedPerSecond": 10,
"messagesAllowedPerMinute": 20
}
},
"dataChannels": [
{
"name": "<data-channel-name>",
"pushPermission": ["moderator"],
"replaceOrDeletePermission": ["creator", "moderator"]
}
],
"remoteDataSources": [
{
"name": "<remote-data-source-name>",
"url": "${meta_remote-data-uri}",
"fetchMode": "onMeetingCreate",
"permissions": ["moderator"]
}
]
"localesBaseUrl": "https://cdn.dominio.com/pluginabc/"
}

501
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,18 +4,11 @@
"private": true,
"main": "./src/index.tsx",
"dependencies": {
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/node": "^20.3.1",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"bigbluebutton-html-plugin-sdk": "0.0.66",
"bigbluebutton-html-plugin-sdk": "0.0.73",
"path": "^0.12.7",
"react": "^18.2.0",
"react-chat-elements": "^12.0.14",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"styled-components": "^5.3.3"
},
"scripts": {