xargana-srv/package.json
2025-03-29 09:29:18 +00:00

29 lines
718 B
JSON

{
"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 status/server.js --name status-service-api",
"restart": "pm2 restart status-service-api"
},
"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",
"cors": "^2.8.5",
"express": "^4.21.2",
"ping": "^0.4.4"
}
}