xargana-srv/package.json

26 lines
578 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": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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-25 10:04:46 +01:00
"express": "^4.21.2"
}
}