2023-02-09 12:16:36 +01:00
|
|
|
{
|
|
|
|
"name": "edge",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "Cadoles <contact@cadoles.com>",
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"dependencies": {
|
|
|
|
"@types/sockjs-client": "^1.5.1",
|
2023-04-18 17:57:16 +02:00
|
|
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
|
|
"core-js": "^3.30.1",
|
|
|
|
"lit": "^2.7.2",
|
2023-02-09 12:16:36 +01:00
|
|
|
"sockjs-client": "^1.6.1"
|
|
|
|
}
|
|
|
|
}
|