xargana-srv/package.json

36 lines
911 B
JSON
Raw Normal View History

2025-04-17 16:11:04 +02:00
{
"name": "blahaj-srv",
"version": "1.0.0",
"description": "scripts for blahaj.tr",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2 start api/status/server.js --name api_status-server",
"restart": "pm2 restart api_status-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xargana/blahaj-srv.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Xargana/blahaj-srv/issues"
},
"homepage": "https://github.com/Xargana/blahaj-srv#readme",
"dependencies": {
2025-05-01 09:39:06 +02:00
"axios": "^1.9.0",
2025-04-17 16:11:04 +02:00
"cors": "^2.8.5",
2025-05-01 09:39:06 +02:00
"discord.js": "^14.19.1",
"dotenv": "^16.5.0",
2025-04-17 16:11:04 +02:00
"express": "^4.21.2",
2025-05-01 09:39:06 +02:00
"firebase-admin": "^13.3.0",
"googleapis": "^148.0.0",
2025-04-17 16:11:04 +02:00
"nodejs": "^0.0.0",
"ping": "^0.4.4",
"pm2": "^6.0.5",
"whois-json": "^2.0.4"
}
}