distributor/package.json

19 lines
358 B
JSON

{
"name": "distributor",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@xmpp/client": "^0.13.4",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"express-ws": "^5.0.2"
}
}