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",
|
|
|
|
"express": "^4.21.2"
|
|
|
|
}
|
|
|
|
}
|