51
package.json
Archivo normal
51
package.json
Archivo normal
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"name": "prosody-nodejs",
|
||||
"version": "1.0.0",
|
||||
"description": "Full-featured XMPP server implementation in Node.js inspired by Prosody",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"start": "node src/index.js",
|
||||
"dev": "nodemon src/index.js",
|
||||
"test": "jest",
|
||||
"lint": "eslint src/",
|
||||
"format": "prettier --write \"src/**/*.js\""
|
||||
},
|
||||
"keywords": [
|
||||
"xmpp",
|
||||
"jabber",
|
||||
"prosody",
|
||||
"messaging",
|
||||
"chat",
|
||||
"server",
|
||||
"instant-messaging"
|
||||
],
|
||||
"author": "ale",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"node-xmpp-server": "^3.0.0",
|
||||
"ltx": "^3.0.0",
|
||||
"express": "^4.18.2",
|
||||
"ws": "^8.14.2",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"dotenv": "^16.3.1",
|
||||
"uuid": "^9.0.1",
|
||||
"winston": "^3.11.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"node-cache": "^5.1.2",
|
||||
"joi": "^17.11.0",
|
||||
"helmet": "^7.1.0",
|
||||
"cors": "^2.8.5",
|
||||
"compression": "^1.7.4",
|
||||
"rate-limiter-flexible": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.0.1",
|
||||
"eslint": "^8.54.0",
|
||||
"prettier": "^3.1.0",
|
||||
"jest": "^29.7.0",
|
||||
"supertest": "^6.3.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
}
|
||||
Referencia en una nueva incidencia
Block a user