distributor/package.json

23 lines
465 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",
"colors": "^1.4.0",
"dotenv": "^16.5.0",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-ws": "^5.0.2",
"html-entities": "^2.6.0",
"markdown-it": "^14.1.0"
}
}