This commit is contained in:
2025-09-09 00:10:53 +03:00
parent 38f2a05107
commit 204fc092d7
239 changed files with 22447 additions and 9536 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "WEB Sheep Service",
"version": "1.0.0",
"version": "1.0.1",
"main": "server.js",
"scripts": {
"start": "node server.js"
@@ -9,6 +9,7 @@
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.21.0"
"express": "^4.21.0",
"dotenv": "^17.2.0"
}
}