xargana-srv/package.json

32 lines
797 B
JSON
Raw Normal View History

2025-03-25 10:04:46 +01:00
{
"name": "blahaj-srv",
"version": "1.0.0",
"description": "scripts for blahaj.tr",
"main": "index.js",
"scripts": {
2025-03-26 16:41:34 +01:00
"test": "echo \"Error: no test specified\" && exit 1",
2025-03-29 10:25:50 +01:00
"start": "pm2 start api/status/server.js --name api_status-server",
"restart": "pm2 restart api_status-server"
2025-03-25 10:04:46 +01:00
},
"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": {
"axios": "^1.8.4",
2025-03-26 16:46:13 +01:00
"cors": "^2.8.5",
2025-03-29 16:47:33 +01:00
"dotenv": "^16.4.7",
2025-03-29 10:29:18 +01:00
"express": "^4.21.2",
2025-03-29 20:20:32 +01:00
"nodejs": "^0.0.0",
"ping": "^0.4.4",
"whois-json": "^2.0.4"
2025-03-25 10:04:46 +01:00
}
}